Skip to main content

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

OK

Schema
  • Array [
  • permission string
  • ]
Loading...