Skip to content

ListRoles

Request

Fetches list of roles. User must have a valid token with required permissions.

Security
AuthorizationHeader
curl -i -X GET \
  https://apidoc.authmind.com/_mock/v1/docs/v1/roles \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

OK

Bodyapplication/json
errorstring
resultArray of strings
successboolean
Response
{ "error": "string", "result": [ "string" ], "success": true }