Create User
Create User
| Request Body — REQUIRED |
|---|
external_id string — REQUIREDThis is the identifier which corresponds to the user in your database. |
email string — REQUIREDThis is the email address for the user. An email will be sent to the user to enable them to enrol in Beyond Identity. |
user_name string — REQUIREDInternal field to identify the user. When signing in, this will be returned as the subject field of the ID token. |
display_name string — REQUIREDInternal field to identify the user's name. |
binding_token_delivery_method string — REQUIREDDelivery method of the binding token. Can only be 'email' |
| Responses | |||||||||
|---|---|---|---|---|---|---|---|---|---|
200A successful response.
|