A valid request URL is required to generate request examples{
"user": {
"userId": "<string>",
"firstName": "<string>",
"lastName": "<string>",
"emailAddress": "<string>",
"userName": "<string>"
},
"createdOn": "2023-11-07T05:31:56Z",
"jwtAccessToken": "<string>",
"accessToken": "<string>",
"accessTokenExpiration": "2023-11-07T05:31:56Z",
"refreshToken": "<string>",
"refreshTokenExpiration": "2023-11-07T05:31:56Z",
"account": {
"id": 123,
"name": "<string>"
},
"availableAccounts": [
{
"id": 123,
"name": "<string>"
}
],
"grantedBehaviors": [
123
]
}Reauthenticates the current user for a different tenant. If the user does not have access to the tenant, the operation fails.
A valid request URL is required to generate request examples{
"user": {
"userId": "<string>",
"firstName": "<string>",
"lastName": "<string>",
"emailAddress": "<string>",
"userName": "<string>"
},
"createdOn": "2023-11-07T05:31:56Z",
"jwtAccessToken": "<string>",
"accessToken": "<string>",
"accessTokenExpiration": "2023-11-07T05:31:56Z",
"refreshToken": "<string>",
"refreshTokenExpiration": "2023-11-07T05:31:56Z",
"account": {
"id": 123,
"name": "<string>"
},
"availableAccounts": [
{
"id": 123,
"name": "<string>"
}
],
"grantedBehaviors": [
123
]
}JWT Authorization header using the Bearer scheme.
The users developer account Id
limits which fields are returned in the response body
An existing valid auth ticket containing the refresh token.
Show child attributes
Show child attributes
Show child attributes
Success
Show child attributes
Show child attributes
Show child attributes