Skip to main content

Get Password Change Request Status

GET 

/password-change-status/:id

This API returns the status of a password change request. A token with identity owner or trusted API client application authority is required to call this API.

Request

Path Parameters

    id stringrequired

Responses

Status of the password change request

Schema
    requestId stringnullable

    The password change request ID

    state string

    Possible values: [IN_PROGRESS, FINISHED, FAILED]

    Password change state

    errors string[]

    The errors during the password change request

    sourceIds string[]

    List of source IDs in the password change request

Loading...