User signers
Create user
Create a user, with an associated wallet and authentication accounts.
POST
This feature is currently in development and will be available in an upcoming release.
This endpoint creates a user, with an associated wallet and authentication accounts. After creation, you can make a request to authenticate with a valid user JWT to obtain a one-time user authorization key to use to take actions on the user’s wallet.
Authorization
Supply app secret authorization headers.
Body
The JWT subject ID of the user.
The email address of the user.
The configuration for the wallet to create.
Response
The ID of the user created.
The ID of the wallet associated with the user.
Was this page helpful?