enterprise-admin
Provision a SCIM enterprise group
Creates a SCIM group for an enterprise.
When members are part of the group provisioning payload, they're designated as external group members. Providers are responsible for maintaining a mapping between the externalId and id for each user.
post/scim/v2/enterprises/{enterprise}/Groups
Path parameters
enterprisestring required
The slug version of the enterprise name.
Request body
Example request
{
"schemas": [
"urn:ietf:params:scim:schemas:core:2.0:Group"
],
"externalId": "8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159",
"displayName": "Engineering",
"members": [
{
"value": "23a35c27-23d3-4c03-b4c5-6443c09e7173",
"displayName": "Monalisa Octocat"
}
]
}Response
Group has been created