Managed users
User objects are stored in the repository and are exposed under the context path /managed/realm-name_user
. Many examples of REST calls related to this context path exist throughout this document. The following table lists available functionality associated with the /managed/realm-name_user
context path.
URI | HTTP Operation | Description |
---|---|---|
|
GET |
Lists the IDs of all the managed users in the repository. |
|
GET |
Lists all info for the managed users in the repository. |
|
GET |
Queries the managed user object with the defined filter. |
|
GET |
Returns the JSON representation of a specific user. |
|
PUT |
Creates a new user. |
|
PUT |
Updates a user entry (replaces the entire entry). |
|
POST |
Creates a new user. |
|
POST |
Updates a user (can be used to replace the value of one or more existing attributes). |
|
PATCH |
Updates specified fields of a user entry. |
|
DELETE |
Deletes a user entry. |
For a number of sample commands that show how to manage users over REST, see Manage identities.