IDM 7.3.0

Managed users

User objects are stored in the repository and are exposed under the context path /managed/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/user context path.

URI HTTP Operation Description

/openidm/managed/user?_queryFilter=true&_fields=_id

GET

Lists the IDs of all the managed users in the repository.

/openidm/managed/user?_queryFilter=true

GET

Lists all info for the managed users in the repository.

/openidm/managed/user?_queryFilter=filter

GET

Queries the managed user object with the defined filter.

/openidm/managed/user/_id

GET

Returns the JSON representation of a specific user.

/openidm/managed/user/_id

PUT

Creates a new user.

/openidm/managed/user/_id

PUT

Updates a user entry (replaces the entire entry).

/openidm/managed/user?_action=create

POST

Creates a new user.

/openidm/managed/user?_action=patch&_queryId=for-userName&uid=userName

POST

Updates a user (can be used to replace the value of one or more existing attributes).

/openidm/managed/user/_id

PATCH

Updates specified fields of a user entry.

/openidm/managed/user/_id

DELETE

Deletes a user entry.

For a number of sample commands that show how to manage users over REST, refer to Users.

Copyright © 2010-2023 ForgeRock, all rights reserved.