Boomi MFT - File Sharing API Reference (1.16) - ImmutableImpersonateSession
Download OpenAPI Specification: Download
For more information about Postman collections, forking, and making your first API call, refer to the Working with Boomi APIs on Postman page.
The ImmutableImpersonateSession API enables administrators to authenticate as another user without requiring that user's credentials. Any session generated using this endpoint is immutable.
Required privilege
You must have Administrator role to use the ImmutableImpersonateSession API.
Create Impersonated Session
Creates an immutable session impersonating the specified user.
Authorizations:
header Parameters
| X-Thru-SessionId required | string Session ID of the administrator making the request. |
Request Body schema: application/x-www-form-urlencodedrequired
| UserID required | string Encrypted ID of the user to impersonate. |
| ApplicationID required | integer Application ID used by connecting application. |
Responses
Response Schema: application/json
| SessionId | string Encrypted session identifier for the impersonated user. |
| UserId | string Encrypted user identifier of the impersonated user. |
Request samples
- Payload
UserID={encryptedUserId}&ApplicationID=25674
Response samples
- 200
- 400
- 403
{- "SessionId": "string",
- "UserId": "string"
}