Register Users
Users
Register Users
This endpoint allows tenant administrators to register users within their tenant.
POST
Register Users
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Email of the user
Send invite email if user does not exist
Fail if user exists
Dry run
Url to redirect when invite is accepted
Example:
"<control plane url>/invite-accept"
Response
The users have been successfully registered.
The response is of type RegisterUsersResponse · object.