Retrieve User Attribute Values
GET/directory-sync/v1/user-attr-values
Fetches all unique values for a specific user attribute in a domain.
This is the second Application Programming Interface customers should call after getting categories. Use the
context attributes returned from /cloud-dug-definition/category to query this endpoint
and get the valid values for each attribute. These values can then be used when creating
dynamic user groups.
Request
Responses
- 200
- 400
- 401
- 500
Successfully retrieved attribute values
Invalid request parameters
Unauthorized - Invalid or missing authentication
Internal service error