SwitchOrganizationReply
access_tokenstring
The access token to be used for authentication
errorstring
The error message if the request was unsuccessful
error_codestring
The error code if the request was unsuccessful
needs_ssoboolean
needs_tfaboolean
redirect_uristring
refresh_tokenstring
The refresh token to be used to refresh the access token after it expires
sessionstring
The short-lived session token required for authentication
successboolean
Whether or not the request was successful or not
token_typestring
The type of token being returned
Example:
bearerunverifiedboolean
SwitchOrganizationReply
{
"access_token": "string",
"error": "string",
"error_code": "string",
"needs_sso": true,
"needs_tfa": true,
"redirect_uri": "string",
"refresh_token": "string",
"session": "string",
"success": true,
"token_type": "bearer",
"unverified": true
}