Atlas
Admin — SCIM

Get SCIM status and connections

Returns SCIM provider connections and sync status for the admin's active organization.

GET
/api/v1/admin/scim

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:3001/api/v1/admin/scim"
{
  "connections": [
    {
      "id": "string",
      "providerId": "string",
      "organizationId": "string"
    }
  ],
  "syncStatus": {
    "connections": 0,
    "provisionedUsers": 0,
    "lastSyncAt": "string"
  }
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}
{
  "property1": null,
  "property2": null
}
{
  "property1": null,
  "property2": null
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}