user-controller
Get User Token (getUserToken)
Returns the token of the User based on the provided User Id. If the user who performs the request has the authority of 'SYS_ADMIN', it is possible to get the token of any tenant administrator. If the user who performs the request has the authority of 'TENANT_ADMIN', it is possible to get the token of any customer user that belongs to the same tenant.
get/api/user/{userId}/token
Path parameters
userIdstring required
A string value representing the user id. For example, '784f394c-42b6-435a-983c-b7beff2784f9'
Response
OK
Example response
{
"token": "AAB254FF67D..",
"refreshToken": "AAB254FF67D.."
}