Skip to main content

User Registration

New users are registered through the CRYMBO Platform by an institution administrator.

Registration Flow

  1. Admin invites user — Institution admin enters the user's email and assigns a role
  2. Invitation sent — User receives an email invitation with a secure registration link
  3. User completes registration — Sets password and configures MFA (if required)
  4. Account activated — User can log in and access features per their assigned role

Self-Registration

Self-registration is available for institutions that enable it:

  1. User visits the registration page
  2. Provides email, name, and institution details
  3. Email verification completed
  4. Admin reviews and approves the registration
  5. User gains access per assigned role

API Registration

POST /api/v1/users/register
{
"email": "user@institution.com",
"firstName": "Jane",
"lastName": "Smith",
"role": "compliance_officer",
"institutionId": "inst_abc123"
}