Returns a paginated list of groups, ten groups per page by default. Use the startIndex and count (max 100) query parameters to paginate long lists of groups. It's possible to return a list of specific types of groups using the filter parameter.
Authorization required | string The value is in the |
Content-Type required | string The |
OK
Unauthorized
Forbidden
Not Found
{- "schemas": [
- "urn:ietf:params:scim:api:messages:2.0:ListResponse"
], - "id": null,
- "externalId": null,
- "meta": null,
- "totalResults": 28,
- "resources": [
- {
- "schemas": [
- "urn:ietf:params:scim:schemas:core:2.0:Group",
- "urn:zuora:scim:schemas:1.0:GroupExtension"
], - "id": "01b496f7-1988-44aa-9ea6-c27f0288fa9d",
- "displayName": "Test_GroupName",
- "members": [
- {
- "value": "e1b624ac-e00f-422b-b4da-20070901b22f"
}
], - "urn:zuora:scim:schemas:1.0:GroupExtension": {
- "schemas": [
- "urn:zuora:scim:schemas:1.0:GroupExtension"
], - "description": "Test_GroupDescription",
- "organizationId": "5619df2e-fa8c-47fa-9c1e-16ab5af4936e",
- "active": true
}, - "meta": {
- "resourceType": "Group",
}
}
]
}