Skip to main content

List My Project Roles

POST 

https://$CUSTOM-DOMAIN/auth/v1/permissions/me/_search

Returns a list of roles for the authenticated user and for the requesting project (based on the token).

Responses​

A successful response.

Schema

    result string[]
curl -L -X POST 'https://$CUSTOM-DOMAIN/auth/v1/permissions/me/_search' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
Request Collapse all
Base URL
https://$CUSTOM-DOMAIN/auth/v1
Auth
ResponseClear

Click the Send API Request button above and see the response here!