platform

Run Fga Check

Run an ad-hoc FGA check for a user against an arbitrary object.

By default resolves the person's anchor sub and checks the bare user:<anchor> subject so effective access matches any of their Auth0 logins (via equivalent and the self-link). When linkedSub selects one of the person's linked logins, the check runs against that bare user:<sub> subject instead.

post/api/platform/users/{user_id}/fga-check

Path parameters

user_idstring required

Auth0 user id whose principal is checked

Auth0 user id whose principal is checked

Request body

objectTypestring required
objectIdstring required
relationstring required
linkedSubstring nullable

Response

Successful Response

allowedboolean required
userstring required
relationstring required
objectstring required

Changes

No recorded changes to this endpoint across all 1 revision of this API.