Check a users privileges
POST/check_privileges
Post an array of permissions as an authenticated users. We return the subset of the posted permissions that have been granted to the user.
Request
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
permission string
[
{
"permission": "string"
}
]
Loading...