Creates a new group. Must include the displayName attribute. Users can be added to the group during creation by supplying the user ID values in the members array attribute.
Authorization required | string The value is in the |
Content-Type required | string The |
Created
Unauthorized
Forbidden
Not Found
{- "schemas": [
- "urn:ietf:params:scim:schemas:core:2.0:Group",
- "urn:zuora:scim:schemas:1.0:GroupExtension"
], - "displayName": "Amy Laurance test scim",
- "urn:zuora:scim:schemas:1.0:GroupExtension": {
- "schemas": [
- "urn:zuora:scim:schemas:1.0:GroupExtension"
], - "description": "",
- "organizationId": "ec141dc2-901e-4813-a25d-ef480cff1e26"
}
}
{- "schemas": [
- "urn:ietf:params:scim:schemas:core:2.0:Group",
- "urn:zuora:scim:schemas:1.0:GroupExtension"
], - "id": "6cd663a3-39b6-49bf-9ec0-113381e40669",
- "displayName": "Amy Lawrence",
- "urn:zuora:scim:schemas:1.0:GroupExtension": {
- "schemas": [
- "urn:zuora:scim:schemas:1.0:GroupExtension"
], - "description": "",
- "organizationId": "ec141dc2-901e-4813-a25d-ef480cff1e26",
- "active": true
}, - "meta": {
- "resourceType": "Group",
}
}