Session

APIs related to User Sessions

Get User Entitlements

get

This API allows you to get the entitlements of a user session. Entitlements are the rights and permissions that a user has to access certain resources or perform certain actions. This can be useful for understanding what a user is currently entitled to access.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
chevron-right
200

OK

application/json
ownerstringOptional

The limio identity that owns the session.

get
/session/entitlements

Last updated

Was this helpful?