Hi, I am unable to fetch AD attributes of synced users using thew API. How can that be done, please?
But these values are not present in the JSON data:
{
"id": "00uw2sodowQc75SUm697",
"status": "ACTIVE",
"created": "2025-10-03T18:45:59.000Z",
"activated": "2025-10-03T18:58:06.000Z",
"statusChanged": "2025-10-03T18:58:06.000Z",
"lastLogin": "2025-10-03T20:36:17.000Z",
"lastUpdated": "2025-10-07T18:50:40.000Z",
"passwordChanged": null,
"type": {
"id": "otyw0o8ih5gS6YdQn697"
},
"profile": {
"lastName": "Doe",
"zipCode": "10001",
"city": "New York City",
"displayName": "John Doe",
"secondEmail": "",
"title": "IT Manager",
"login": "john@contoso.com",
"firstName": "John",
"primaryPhone": "123456789",
"mobilePhone": "123Mobile",
"streetAddress": "5th Avenue",
"countryCode": "US",
"state": "New York",
"department": "IT",
"email": "john.doe@contoso.com"
},
"credentials": {
"provider": {
"type": "ACTIVE_DIRECTORY",
"name": "contoso.com"
}
},
Thank you
