Admin
Create a user impersonation link
Creates a five-minute, one-use sign-in link for a non-admin user. The caller must use an unscoped instance-admin browser session.
POST
/admin/users/{user_id}/impersonation-linksAuthorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
user_id*string
Target user ID
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X POST "https://example.com/admin/users/string/impersonation-links"{ "$schema": "https://example.com/api/v1/schemas/CreateUserImpersonationLinkOutputBody.json", "expires_at": "string", "url": "string"}List instance users GET
Returns a newest-first, paginated directory of users visible only to an instance administrator.
Set a user plan override PUT
Assigns or removes an administrator plan override for a user. The override creates an admin-managed subscription on the user's personal organization, bypassing Paddle checkout. Pass an empty plan_id to remove the override.