Skip to main content

Gets a user password

GET 

/api/web/v1/users/:userid/passwords

Get password information for the specified user. Caller requires the USERPASSWORDS:VIEW permission.

Request

Path Parameters

    userid stringrequired

    The UUID of the user whose password information is to be fetched.

Responses

Successful

Schema

    expiryNotificationDate date-time

    The date at which the next password expiry notification will be sent.

    expiryTime date-time

    The date at which the password will expire.

    forceUpdate boolean

    Indicates if the user will be forced to change their password the next time the user authenticates with it.

    lastChangedTime date-time

    The last time the password was changed.

    newPassword string

    The value of the new password generated by IDaaS if requested by the client.

    present boolean

    A flag that indicates if the user has a password.

Loading...