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

List all roles for this realm or application

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

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

Method Summary
ResourceDescription
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
HTTP Example:
GET /admin/realms/{realm}/roles

List all roles for this realm or application

Output:
List<RoleRepresentation> -
Produces:
application/json
HTTP Example:
POST /admin/realms/{realm}/roles

Create a new role for this realm or application

Input:
RoleRepresentation
Output:
javax.ws.rs.core.Response -
Consumes:
application/json