Path: / admin / realms / {realm} / roles

List all roles for this realm or application

Path parameters:
realm - realm name (not id!)

Sub-Resources
Resources
NameDescription
{role-name}Get a role by name

Resource Methods
Method Summary
NameDescription
GET /admin/realms/{realm}/rolesList all roles for this realm or application
POST /admin/realms/{realm}/rolesCreate a new role for this realm or application

Method Detail

GET /admin/realms/{realm}/roles

List all roles for this realm or application

HTTP Example:
GET /admin/realms/{realm}/roles
API Example:

RoleContainerResource.getRoles({'realm': /* name realm name (not id!) */});

Output:
List<RoleRepresentation> -
Produces:
application/json

POST /admin/realms/{realm}/roles

Create a new role for this realm or application

HTTP Example:
POST /admin/realms/{realm}/roles
API Example:

RoleContainerResource.createRole({'realm': /* name realm name (not id!) */,
  '$entity': /* rep */});

Input:
RoleRepresentation
Output:
Response -
Consumes:
application/json