API Reference

Allows querying whether the user has the permissions given in the request

For each permission and resource given in the request, check whether the user has that permission for that resource. This endpoint allows a client to determine whether a user has a certain capability before attempting to perform an action so that the client can provide a better user experience.

The response contains an array of the permission check results. Each result contains the permission that was checked and the result of the check. The results are returned in the same order as the permissions were given in the request.

The user requesting the permissions must either be the user being queried or have super user status for the tenant.

Language
Authorization
Bearer
JWT
URL
Click Try It! to start a request and see the response here!