Session

APIs related to User Sessions

Get User Entitlements

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.

SecuritysessionAuth
Responses
200

OK

401

Unauthorized

502

Bad Gateway

get/session/entitlements
Request samples
Response samples
application/json
{
  • "owner": "string",
  • "entitlements": [
    ]
}