---
title: "GET /v1/scim/users/{id}"
method: GET
path: "/v1/scim/users/{id}"
tags: ["SSOReadyService"]
---

# GET /v1/scim/users/{id}

`GET /v1/scim/users/{id}`

Gets a SCIM user.

## Path parameters

- `id` string, required

## Response `200`

OK

- GetSCIMUserResponse
  - `scimUser` SCIMUser
    - `id` string — Unique identifier for this SCIM user.
    - `scimDirectoryId` string — SCIM directory this SCIM user belongs to.
    - `email` string — The SCIM user's email address.
    - `deleted` boolean — Whether the SCIM user has been deleted or deprovisioned from its SCIM directory.
    - `attributes` object — Arbitrary, potentially nested, attributes the Identity Provider included about the user. Typically, these `attributes` are used to pass along the user's first/last name, or whether they should be considered an admin within their company.

## Other responses

- `default` — Default error response

## Changes

- **2024-08-17** `9a895b843207` — 1 breaking, 5 warning, 1 info
  - the `scimUser` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - removed the optional property `scimUser/attributes` from the response with the `200` status
  - removed the optional property `scimUser/deleted` from the response with the `200` status
  - removed the optional property `scimUser/email` from the response with the `200` status
  - …3 more
- **2024-08-13** `516b78b641b8` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/ssoready/apis/ssoreadyservice-api/changes/v1/scim/users/:id/get.md)

---

[API](https://skmtc.dev/ssoready/apis/ssoreadyservice-api.md) · [All operations](https://skmtc.dev/ssoready/apis/ssoreadyservice-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ssoready/ssoreadyservice-api/revisions/0827d713f08e/schema)
