Find Grouptypes
POST/groups-srv/graph/grouptypes
This API call finds user group types using a graph filter to select the groupTypes you want and limit the fields you would like to retrieve.
Filter Syntax:
- Use attributes with prefix
object_to filter by group type properties - Use
object_groupTypesto filter by specific group type identifiers (array) - Use
object_objectOwnersto filter by object owners (array) - Supports MongoDB query syntax including equality, regex, comparison, and logical operators
Field Selection:
- Use the
fieldsarray to specify which fields to return - If
fieldsis not specified, all fields are returned - Available fields include:
groupType,description,objectOwner,roleMode,allowedRoles, etc.
Pagination and Sorting:
- Use
fromandsizefor pagination - Use
sortfieldanddescendingfor sorting results
Validation Rules:
- Filter object must be valid MongoDB query syntax
- Field names in
fieldsarray must be valid group type properties frommust be a non-negative integersizemust be a positive integer
Request
Responses
- 200
- 204
- 401
- 417
OK - Group Types Setup found matching the filter criteria
No Content - No group types found matching the filter criteria
Unauthorized - Authentication failed or missing required scope
Expectation Failed - Invalid filter syntax or malformed request