| ||||
summary: resource | method | detail: method |
Name | Description |
---|---|
{username} | Get represenation of the user |
Name | Description |
---|---|
POST /admin/realms/{realm}/users | Create a new user. |
GET /admin/realms/{realm}/users?search=…&lastName=…&firstName=…&email=…&username=…&first=…&max=… | Query list of users. |
POST /admin/realms/{realm}/usersCreate a new user. Must be a unique username!
|
GET /admin/realms/{realm}/usersQuery list of users. May pass in query criteria
|
| ||||
summary: resource | method | detail: method |