post https://example.com/role-store/api/v1/roles/search
Search roles with role search parameters.
Log in to see full request history
Responses
Search roles with role search parameters.
xxxxxxxxxx
curl --request POST \
--url 'https://example.com/role-store/api/v1/roles/search?offset=0&limit=50&sortdir=ASC' \
--header 'Authorization: Bearer a-proper-token-goes-here' \
--header 'accept: application/json' \
--header 'content-type: application/json'
Try It!
to start a request and see the response here! Or choose an example: