---
title: "Retrieve user details for the logged in user."
method: GET
path: "/users/identities"
tags: ["Identities"]
---

# Retrieve user details for the logged in user.

`GET /users/identities`

## Response `200`

- UserResponse — The Identity of a user is returned.
  - `credentials` string[] — Credentials will be deprecated
  - `credentials_map` object
  - `identity` Identity, required — Identity contains the information stored for a User. These are the fields returned from a GET or PUT request.
    - `accepted_tos` boolean
    - `company_name` string
    - `email` string, required
    - `id` string, required
    - `is_recovery` boolean
    - `managed_by` string
    - `name` string, required
    - `org_role` string
    - `registration_type` string
    - `role` string, required
    - `role_bindings` RoleBinding[]
      - `customer_id` string, required
      - `id` string, required
      - `role_id` string, required
      - `role_name` string, required
      - `scope_object_id` string, required
      - `scope_type` string, required
    - `sso_enforcement` 'required' | 'none'
    - `user_state` string

## Other responses

- `401` — Error Authentication Failed
- `500` — Error Internal Server

---

[API](https://skmtc.net/crusoecloud/apis/crusoe-cloud-api-gateway.md) · [All operations](https://skmtc.net/crusoecloud/apis/crusoe-cloud-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crusoecloud/crusoe-cloud-api-gateway/versions/a3fd2dedc72b/schema)
