v1

latestOpenAPI 3.0.12026-07-24403.6 KB
Managed User Endpoints

Create a Managed User

Create a managed user for your project. This endpoint will create a managed user, and return the user's user_id and access_token.

post/users/managed-user/create

Query parameters

first_namestring

the first name to set for the created user

last_namestring

the last name to set for the created user

Headers

X-Users-Api-Version'2025-06-17' required

The version of the API to use.

Response

success

user_idinteger
access_tokenstring
All 4 operations