admin

Start Impersonation

Start impersonating a user.

Creates an impersonation session and returns a custom JWT token that identifies the target user while tracking the admin.

Returns: ImpersonationTokenResponse with access token and session info

Raises: 403: If user is not an admin or trying to impersonate another admin 404: If target user not found

post/admin/impersonate/{user_id}

Path parameters

user_idstring required

Response

Successful Response

access_tokenstring required
target_user_emailstring required
session_idstring required

Changes

No recorded changes to this endpoint across all 2 revisions of this API.