latestOpenAPI 3.0.32026-08-109359194.9 KB

112399a67ebb

Users

Get User Password Status

Returns the user's password status based on a user ID.

Authorization Required:

  • Designer Administrator
get/users/{userId}/passwordStatus

Path parameters

userIdstring required

ID of user to retrieve

Response

User Password Status

userIdstring required
passwordStatus'OK' | 'TEMPORARY' | 'N/A' required

Status of the user's password:

  • TEMPORARY - User must change password at first login. If temporary password has expired, a new one must be resent using PUT.
  • OK - User has already changed their temporary password.
  • FORCED_RESET - User has to reset their password.
  • N/A - Not applicable