# List LMS users correlated with sessions

**GET /v1/users**



## Servers
- https://api.isnotai.com
- https://api-eu.isnotai.com

## Authentication methods
- bearer_auth


## Responses
### 200
Payload of UserListResponse

Response body (application/json):
- **data** (array[object])
  Array items:
  - **userId** (string)
  - **userName** (string)
  - **sessionCount** (integer(int32))
  - **botSessionCount** (integer(int32))
  - **mediumSessionCount** (integer(int32))
  - **averageBotScore** (number(double))
  - **maxBotScore** (number(double))
  - **deviceCount** (integer(int32))
  - **firstSeen** (string(date-time))
  - **lastSeen** (string(date-time))
  - **riskLevel** (string)
  - **sparkline** (array[integer(int32)])
  - **userUrl** (string)
- **pagination** (object)
  - **nextCursor** (string)
  - **hasMore** (boolean)
  - **limit** (integer(int32))

### 401
Payload of ErrorEnvelope

Response body (application/json):
- **error** (object)
  - **code** (string)
  - **message** (string)
  - **details** (object)

