Impersonate a user (GET method)
GET/v1/auth/impersonate
Allows privileged users (e.g., vendors) to act on behalf of another user in the system. The client must have an impersonation audience and valid credentials. Returns a JWT token that can be used to make requests as the impersonated user.
Request
Responses
- 200
- 400
- 401
- 403
- 500
Successfully generated impersonation token
Response Headers
Authorization
The impersonation token in Bearer format
Bad request - invalid input parameters
Unauthorized - invalid or missing credentials
Forbidden - insufficient permissions
Internal server error