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
Type
HTTP (bearer)
Parameters
Path Parameters
accountId*
The unique identifier of the user account
Type
Requiredstring
Responses
Session successfully created with token
application/json
JSON
{
}
