Retrieve Dynamic Group Categories
GET/directory-sync/v1/cloud-dug-definition/category
Fetches all available categories in a domain along with their context attributes. This is the first Application Programming Interface customers should call to understand what categories are available and what context attributes can be used to create dynamic user groups.
The returned context attributes can then be used with the /user-attr-values endpoint
to get valid values for each attribute.
Request
Responses
- 200
- 400
- 401
- 404
- 500
Successfully retrieved categories with their context attributes
Invalid request parameters
Unauthorized - Invalid or missing authentication
No categories found
Internal service error