---
title: "Get the current User Session"
method: GET
path: "/user_session"
tags: ["User Session"]
---

# Get the current User Session

`GET /user_session`

## Response `200`

OK

- GetUserSessionResponseBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `data` UserSession, required
    - `expiresAt` string, date-time, required
    - `organization` Organization, required
      - `attributes` OrganizationAttributes, required
        - `name` string, required
        - `preferences` OrganizationPreferences, required
          - `enableIncidentManagement` boolean, required
        - `setupRequired` boolean, required
      - `id` string, required
    - `organizationRole` 'admin' | 'member', required
    - `user` User, required
      - `attributes` UserAttributes, required
        - `email` string, required
        - `name` string, required
        - `organizationRole` 'admin' | 'member', required
      - `id` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Entity
- `500` — Internal Server Error

## Changes

- **2026-07-29** (v1) `227f4f2711e4` — 1 info
  - added the required property `data/user/attributes/organizationRole` to the response with the `200` status
- **2026-06-25** (v1) `c2f246925fee` — 1 info
  - added the required property `data/organizationRole` to the response with the `200` status
- **2026-06-24** (v1) `eb0846e58abc` — 1 breaking
  - removed the required property `data/organizationRole` from the response with the `200` status

[Change history](https://skmtc.dev/rezible/apis/rezible-api/changes/user_session/get.md)

---

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