Open Access •References / Get user entitlements
Get user entitlements
Required scope: soa-manage-entitlements
Authorization scopes
Update entitlements for linked users
Request
POST
/get-entitlements
This endpoint requires the payload to be provided as a JWT.
The payload has the following fields:
Property | Type | Required | Description |
---|---|---|---|
partner_id | string | yes | Partner ID |
partner_user_id | string | yes | Partner User ID |
Response
On success the response contains the ID of the newly created partner
- entitlementsarray of strings
The entitlements this user currently has
Response sample
{ "entitlements": ["entitlement-1", "entitlement-2", "entitlement-3"]}