scim_create_group
Create a SCIM group with a required displayName. Optionally add existing users as members and include a description; reserved permission group names are not allowed.
Instructions
Create a group via SCIM. Requires displayName. Cannot use reserved permission group names. Optionally include members and description. All member IDs must reference existing users.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| members | No | The list of the group's members. Please note that only users can be added as members. If a non-existing user is specified, the endpoint will return a 404 error. | |
| schemas | Yes | The list of schemas used to define the group. This must contain the core Group schema ("urn:ietf:params:scim:schemas:core:2.0:Group") and may include the custom Beyond Identity Group schema extension | |
| displayName | Yes | The unique display name of the group. This name is used for display purposes. | |
| urn_scim_schemas_extension_byndid_1.0_Group | No | The Beyond Identity Group schema extension. |