Reset Users passwords (Known Value)

put

/cloudapi/restapi/v3/user/manual-reset-pwd/{isEmailPasswd}

This operation resets the password for a set of users. The password for each user is set to the password string supplied in the user object. The operation can also notify the user regarding the password reset if required. 'changePwdAtNextLogin' is a read only field and always set to false. Example request: PUT /cloudapi/restapi/v3/user/manual-reset-pwd/true

Request

Path Parameters
Supported Media Types
Request Body - application/json ()
Root Schema : List<UserRO>
Type: array
Title: List<UserRO>
Show Source
Nested Schema : UserRO
Type: object
Title: UserRO
User record used by Cloud Administration user management APIs.
Show Source
Nested Schema : CloudTZDateTime
Type: object
Title: CloudTZDateTime
Read Only: true
Date and time when the password was last reset.
Show Source
Nested Schema : CompanyRO
Type: object
Title: CompanyRO
Company or organization record used by Cloud Administration APIs.
Show Source
Nested Schema : List<RoleRO>
Type: array
Title: List<RoleRO>
Roles assigned to the user.
Show Source
Nested Schema : List<string>
Type: array
Title: List<string>
Unique Items Required: true
Role or product associations for the company.
Show Source
Nested Schema : ShortPasswordPolicyRO
Type: object
Title: ShortPasswordPolicyRO
Summary password policy associated with a company.
Show Source
Nested Schema : RoleRO
Type: object
Title: RoleRO
Application role assigned to a user or company.
Show Source
Examples

Back to Top

Response

Supported Media Types

200 Response

successful operation
Body ()
Root Schema : UserRO
Type: object
Title: UserRO
User record used by Cloud Administration user management APIs.
Show Source
Nested Schema : CloudTZDateTime
Type: object
Title: CloudTZDateTime
Read Only: true
Date and time when the password was last reset.
Show Source
Nested Schema : CompanyRO
Type: object
Title: CompanyRO
Company or organization record used by Cloud Administration APIs.
Show Source
Nested Schema : List<RoleRO>
Type: array
Title: List<RoleRO>
Roles assigned to the user.
Show Source
Nested Schema : List<string>
Type: array
Title: List<string>
Unique Items Required: true
Role or product associations for the company.
Show Source
Nested Schema : ShortPasswordPolicyRO
Type: object
Title: ShortPasswordPolicyRO
Summary password policy associated with a company.
Show Source
Nested Schema : RoleRO
Type: object
Title: RoleRO
Application role assigned to a user or company.
Show Source

400 Response

Invalid input, Please check.
Back to Top