Create support access token for given user

Create a bearer token that can be used to acces the portal as the target user. Additionally admin or observer role can be selected. The role will not be applied to the user, only to the token.

The access can be made through cannel-partner hierarchies as well. An event will be generated on the accessed organisation.

Authentication

AuthorizationBearer

An auth_token should be provided to authenticate a session.

To obtain an auth_token, see the /api/v1/authenticate POST request.

Path parameters

user_idstringRequired

Request

This endpoint expects an object.
roleenumOptional
Allowed values:

Response

Support token successfully created
support_tokenstring or null

Errors