Skip to main content

StartImpersonationReply

errorstring

The error message if the request was unsuccessful

error_codestring

The error code if the request was unsuccessful

expires_atstring<date-time>

When the impersonation token expires

messagestring

Success message

session_idstring

The impersonation session ID

successboolean

Whether or not the request was successful or not

tokenstring

The impersonation token

unverifiedboolean
StartImpersonationReply
{
"error": "string",
"error_code": "string",
"expires_at": "2024-07-29T15:51:28.071Z",
"message": "string",
"session_id": "string",
"success": true,
"token": "string",
"unverified": true
}