v1

latestOpenAPI 3.0.02026-08-06165119238.1 KB
Users

Reset a legacy password

Sets the current password to an empty string, also sets the legacy password to the provided string.

post/v3/users/{user_Id}/legacyPassword

Path parameters

user_Idstring required

Unique User identifier

Response

OK

user_idstring
messagestring
uristring

Example response

{
  "user_id": "b859f5dd-8184-4d01-8bf9-e3e771f68a62",
  "message": "Admin user created successfully",
  "uri": "http://company.com/v3/admin/users/b859f5dd-8184-4d01-8bf9-e3e771f68a62"
}