Set password for SSO user
POST {{baseUrl}}/api/users/:userId/set-password
Set the password for a new SSO user. This function is only available through an SSO access token.
Request Body
{"accessToken"=>"<string>", "identityProvider"=>"<string>", "password"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"success":"\u003cboolean\u003e","error":"\u003cstring\u003e"}