When integrating Aria Automation with Workspace ONE Access (vIDM), you may need to retrieve user attributes (e.g., costCenter, employeeID) that are synced from your external directory (Active Directory). Standard User Search APIs (such as the CSP Gateway APIs) typically output core user profile data and do not aggregate directory-synced custom attributes. To programmatically access these values, you must use the vIDM SCIM API.
Aria Automation 8.18.1
VMware Identity Manager 3.3.7
To retrieve custom attributes for a user, use the SCIM user endpoint. Custom attributes are not returned as top-level properties; they are encapsulated within the SCIM schema extensions in the JSON payload.
REST client to perform a GET request to the SCIM user endpoint: /SAAS/jersey/manager/api/scim/Users/{userId}JSON response payload. The attribute value will be located within the mapped SCIM schema extension. Common namespaces include:urn:scim:schemas:extension:enterprise:1.0 (for standard enterprise attributes).