Create User Registration Challenge
POST /auth/registration/init
Starts a user registration session, returning a challenge that will be used to verify the user's identity.
Required Permissions
None
Request body
username *
String
Email address of the user
registrationCode *
String
The secret value that the user received in their registration email
orgId *
String
ID of the target Org
Example:
{
"username": "[email protected]",
"registrationCode": "1234-1234-1234-1234",
"orgId": "or-34513-nip9c-8bppvgqgj28dbodrc"
}Responses
Success - an object containing the user's authentication options
Format:
Examples
Last updated