---
title: "Get User Concurrent Sessions Limit policy."
method: GET
path: "/v1/policies/userConcurrentSessionsLimit"
tags: ["policiesManagement"]
---

# Get User Concurrent Sessions Limit policy.

`GET /v1/policies/userConcurrentSessionsLimit`

Get the User Concurrent Sessions Limit policy. When enabled, the number of concurrent sessions a user may have is limited to the value entered. If a user exceeds the allowed number of sessions, the user's oldest session will be logged out to accommodate the new one. Disabling this policy means a user may have an unlimited number of concurrent sessions. [Learn More](https://help.sumologic.com/Manage/Security/Set_a_Limit_for_User_Concurrent_Sessions)

## Response `200`

The User Concurrent Sessions Limit policy.

- UserConcurrentSessionsLimitPolicy — User Concurrent Sessions Limit policy.
  - `enabled` boolean, required — Whether the User Concurrent Sessions Limit policy is enabled.
  - `maxConcurrentSessions` integer — Maximum number of concurrent sessions a user may have.

## Other responses

- `default` — Operation failed with an error.

---

[API](https://skmtc.net/sumologic/apis/sumo-logic-api.md) · [All operations](https://skmtc.net/sumologic/apis/sumo-logic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sumologic/sumo-logic-api/revisions/e4e4c7554890/schema)
