Accounts
A service that provides features for the management of accounts
Experimental feature: this API is likely to change.
Last updated
A service that provides features for the management of accounts
Experimental feature: this API is likely to change.
Last updated
Provides information about the service status.
Provides information about the service status.
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 response to querying a user's account information
The verified EVM wallet linked by this user
The verified email address associated with this user
Returns a new ID token and refresh token for the given user.
The response to refreshing a token
Generate a custom token for a user that can be used to authenticate.
The user ID to generate a custom token for
The response to generating a custom token
The generated 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 custom token to sign in with
The response to generating a custom token
Retrieves and returns the account information for the authenticated user.
A user ID or email must be provided as a query parameter.
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 user ID to use for this new user. If not specified, one will be created.
The information of the created user