Register a user
Pre-register a user in the current tenant. Optionally sends an invite email if the auth provider is managed by TrueFoundry.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Email address of the user to register.
"user@example.com"
When true, sends an invite email to the user after registration.
When true, silently skips registration if the user already exists instead of returning an error.
When true, validates the request without persisting changes.
URL the user is redirected to when they accept the invite. Required when sendInviteEmail is true.
"https://app.example.com/invite-accept"
Response
The user has been successfully registered.
The response is of type RegisterUsersResponse · object.