Managed users
User objects are stored in the repository and are exposed under the context path /managed/realm-name_user
.
The following table lists available functionality associated with the /managed/realm-name_user
context path:
URI | HTTP Operation | Description | ||
---|---|---|---|---|
|
GET |
Returns the IDs of all the managed users in the repository. |
||
|
GET |
Returns all information for all managed users in the repository. |
||
|
GET |
Returns the managed user object with the defined filter. |
||
|
GET |
Returns the JSON representation of a specific user. |
||
|
PUT |
Updates a user entry by replacing it entirely with the new data. If a user entry with that
|
||
|
POST |
Creates a new user. |
||
|
POST |
Updates specified fields of a user entry. |
||
|
PATCH |
Updates specified fields of a user entry. |
||
|
DELETE |
Deletes a user entry. |
For additional commands and examples, refer to Manage identities.