GET
/
api
/
v1
/
scim
/
users
curl --request GET \
  --url https://saas.pads365.com/rdx/NDS.Services.User.Scim/api/v1/scim/users
{
  "schemas": [
    "<string>"
  ],
  "totalResults": 123,
  "startIndex": 123,
  "itemsPerPage": 123,
  "Resources": [
    {
      "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>"
        }
      ]
    }
  ]
}

Query Parameters

filter
string | null

Response

200 - application/json

The response is of type object.