post
https://app.informedk12.com/api/v1/scim/v2/Users
Create a new user in your organization.
Required Attributes
- The
userNameattribute is required and must be a unique email. - The
schemasattribute is required and the core user schemaurn:ietf:params:scim:schemas:core:2.0:Usermust be included.
User Activation
When the active attribute is set to true, the user will be created with the invited status, and an invite email will be sent to the email address specified by userName.
If active is false, then the user will be created with the deactivated status, and no email will be sent.
Updating IK12 Roles
-
Informed K12 roles will only be created when the user extension schema
urn:ietf:params:scim:schemas:extension:informedk12:2.0:Useris included in theschemasattribute. -
Informed K12 roles can be updated in the following ways:
{ "urn:ietf:params:scim:schemas:extension:informedk12:2.0:User": { "ik12Roles": ["form_creator"] } }{ "urn:ietf:params:scim:schemas:extension:informedk12:2.0:User:ik12Roles": ["form_creator"] } -
Supported
ik12Rolesvalues:form_admin,form_creator,form_publisher,user_admin
| Product Name | ik12Roles Value |
|---|---|
| People Admin | user_admin |
| Form Admin | form_admin |
| Form Creator (Level 1) | form_creator |
| Form Publisher (Level 2) | form_publisher |
