Skip to main content
Version: 5.7.0

SysSetPasswordUniversalId

Set the password associated with the universal id of the given profile.

ServiceOperation
userSYS_SET_PASSWORD_UNIVERSAL_ID

Method Parameters

ParameterDescription
profileIdProfile ID of the target user to set password
passwordNew password value

Usage

http://localhost:3000
// Cloud Code only. To view example, switch to the Cloud Code tab
JSON Response
{
"status": 200,
"data": null
}
Common Error Code

Status Codes

CodeNameDescription
550022INVALID_PASSWORD_CONTENTThe password doesn't meet the minimum password requirements.