Create User Session (Admin)
POST
/users/{accountId}/login
Creates a session token for a specific user account, allowing administrators to impersonate users for support purposes. Admin access required.
Authorizations
BearerAuth
Enter your session token to authenticate API requests
TypeHTTP (bearer)
Parameters
Path Parameters
accountId*
The unique identifier of the user account
Typestring
RequiredResponses
Session successfully created with token
application/json
JSON
{
}