English
API Reference
cURL
curl --request GET \ --url https://saas.pads365.com/rdx/NDS.Services.User.Scim/api/v1/scim/users/{id}
{ "schemas": [ "<string>" ], "id": "<string>", "externalId": "<string>", "applicationExternalId": "<string>", "meta": { "resourceType": "<string>", "created": "2023-11-07T05:31:56Z", "lastModified": "2023-11-07T05:31:56Z", "location": "<string>", "version": "<string>" }, "status": "<string>", "userName": "<string>", "name": { "formatted": "<string>", "familyName": "<string>", "givenName": "<string>", "middleName": "<string>", "honorificPrefix": "<string>", "honorificSuffix": "<string>" }, "displayName": "<string>", "preferredLanguage": "<string>", "locale": "<string>", "timezone": "<string>", "active": true, "emails": [ { "value": "<string>", "type": "<string>", "display": "<string>", "primary": true, "$ref": "<string>" } ], "nfc": "<string>", "roles": [ { "Id": "<string>", "DisplayName": "<string>" } ] }
Show child attributes