Skip to main content

Get a temporary strong password credential

GET 

/nevisidm/api/core/v1/:clientExtId/users/:userExtId/tempstrong-password

Since: 8.2511.0

Required permission(s): AccessControl.CredentialView or SelfAdmin Role

Returns the temporary strong password credential belonging to the specified user.

The response includes the credential metadata (state, policy, timestamps) and the hashed password value with its algorithm prefix. The plaintext password is never returned by this endpoint, the fragment is only available at creation or reset time.

In self-admin mode, the createdBy, modifiedBy, and lastChangeDate fields are omitted from the response.

Request

Responses

Temporary strong password credential retrieved successfully