SCIM endpoint to create and provision a new User. This endpoint will provision the User, which allows them to accept their account throught their IDP or via the Forgot Password flow.
Field | Type | Required | Description |
---|---|---|---|
UserName |
string | ✔️ | A service provider's unique identifier for the user |
Name |
components.Name | ✔️ | The components of the user's name |
Emails |
[]components.Emails | ✔️ | Email addresses for the User |
Roles |
[]string | ➖ | Roles for the User. Options are owner, member or collaborator |
Password |
*string | ➖ | This attribute is intended to be used as a means to set, replace, or compare (i.e., filter for equality) a password |