Unlock Users
put
/cloudapi/restapi/v3/user/change-lock
This operation unlocks a set of locked user accounts.
Request
Nested Schema : User
Type:
Show Source
object
-
admin:
boolean
-
changePwdAtNextLogin:
boolean
-
createdBy:
string
-
createdDate:
object CloudTZDateTime
-
deprovisionedDate:
string(date-time)
-
deprovisioningDate:
string(date-time)
-
disabled(required):
boolean
-
emailAddress(required):
string
-
employeeNumber:
string
-
endDate:
string(date-time)
-
firstName(required):
string
-
id:
string
-
lastName(required):
string
-
locked:
boolean
-
loginAttemptsCtr:
string
-
loginId(required):
string
-
manager:
string
-
middleName:
string
-
organization(required):
object Organization
-
password:
array password
-
processed:
boolean
-
provisionedDate:
string(date-time)
-
provisioningDate:
string(date-time)
-
pwdCantChange:
boolean
-
pwdExpired:
boolean
-
pwdExpireDate:
string(date-time)
-
pwdWarnDate:
string(date-time)
-
pwdWarned:
boolean
-
roles:
array roles
-
startDate:
string(date-time)
-
status:
string
-
statusInfo:
string
-
statusInfoOK:
boolean
-
updatedDate:
object CloudTZDateTime
-
userType:
string
Nested Schema : Organization
Type:
Show Source
object
-
associations:
array associations
Unique Items Required:
true
-
bidderCompany:
boolean
-
createdBy:
string
-
createdDate:
string(date-time)
-
displayName(required):
string
-
id(required):
string
-
inheritedPolicy:
boolean
-
isDeletable:
boolean
-
name(required):
string
-
parentId:
string
-
parentName:
string
-
processed:
boolean
-
pwdPolicy:
object PwdPolicy
-
status:
string
-
statusInfo:
string
-
type:
string
-
updatedBy:
string
-
updatedDate:
string(date-time)
Response
Supported Media Types
- application/json
200 Response
successful operation
Nested Schema : additionalProperties
Type:
object
400 Response
Invalid input, Please check.
500 Response
Internal Server Error. Underlying Identity Management System threw an error, Please check the logs.