User Roles (roles) Table of Contents Requests Getting the list of roles Requests HTTP verb Endpoint Description GET /rest/v1/iam/roles Getting the list of roles Getting the list of roles Returns a list of all available roles in the current domain. The list is generated based on the IAM service configuration file for the current domain solicitation. Roles can be assigned to user accounts and role-based applications. Request Request example GET /rest/v1/iam/roles HTTP/1.1 Response HTTP/1.1 200 OK Content-Type: application/json; charset=utf-8 [ { "role": "admin" }, { "role": "rolexy" } ]