Accounts
A service that provides features for the management of accounts
Last updated
Was this helpful?
A service that provides features for the management of accounts
Last updated
Was this helpful?
Experimental feature: this API is likely to change.
Retrieves and returns the account information for the specified user. An email address and wallet address will only be returned if the user has verified them.
This API can be called by the user themselves, the Unreal server, or any user with read permissions on the organization's user profiles.
The user ID to fetch the account for
The ID of an organization
The response to querying a user's account information
Removes the account information for the specified user.
This API can be called by any user with all permissions to an organization or a user who has the highest level of permissions if no organization is provided.
The ID of a user
The ID of an organization
Retrieves and returns the entire account information for the user making the request.
The ID of an organization
The response to querying a user's account information.
Retrieves and returns the account information for the authenticated user.
A user ID or email must be provided as a query parameter.
The user ID to fetch the auth account details for
The email to fetch the auth account details for
The ID of an organization
The response to querying a user's account information. We return an array which will be empty if no user is found, and may contain multiple entries if the query parameter is an email.
Creates a new user account in the authentication system. A custom user ID can be provided.
The ID of an organization
The request body for creating a new auth user
The user ID to use for this new user. If not specified, one will be created.
Optional for user creation, but required for streaming access
The information of the created user
Generate a custom token for a user that can be used to authenticate.
The ID of an organization
The request body for generating a custom token
The user ID to generate a custom token for
The response to generating a custom token
The endpoint signs in or signs up a user by exchanging a custom Auth token for an ID token and a refresh token.
The ID of an organization
The request body for signing in with a custom token
The custom token to sign in with
The response to generating a custom token