Setup
Register and manage the lifecycle of users that can access an identity, including authorised users invited by a Corporate or Consumer root user.
Each identity has a root user and can have additional authorized users. The root user is created during onboarding; additional users are invited and assigned the roles that determine what they can see and do for the identity.
Use these endpoints to register users, send and consume invitations, assign roles, and manage user state. A user must set up authentication before signing in.
Read the authorized users overview for user types, invitations, and roles.
Operations
Register a userPOST
/usersList usersGET/usersGet a userGET/users/{user_id}Update a userPATCH/users/{user_id}List linked identitiesGET/identitiesInvite a user to become an authorised userPOST/users/{user_id}/inviteValidate a user's invitePOST/users/{user_id}/invite/validateAccept a user invitationPOST/users/{user_id}/invite/consumeSend an email verification code to a userPOST/users/verification/email/sendVerify email of the authorised userPOST/users/verification/email/verifyDeactivate an authorised userPOST/users/{user_id}/deactivateReactivate an authorised userPOST/users/{user_id}/activateStart signatory verificationPOST/users/kyc