Invite User
Last updated
Was this helpful?
Last updated
Was this helpful?
POST
https://{server_address}/api/v1/organization/users/register
This endpoint functions similarly to the endpoint. However, instead of creating a user account directly, it sends an email to the user. The users must then follow the verification link in the email and enter their data personally.
Authorization*
Bearer {access_token}
Content-Type*
application/json
email*
john@example.com
New user's email
locale
en_US
New user's locale. The locale is consist of two-letter language code defined by ISO 639-1 (e.g., "en" for English) and a two-letter country code defined by ISO 3166-1 alpha-2 (e.g., "US" for the United States) separated by underscore.
Request examples: