POST
/v1/mgmt/password/settings
Update password settings for a tenant
This endpoint allows you to update the password settings of a given tenant.
See Also
- See tenant password settings for details about tenant password settings.
Endpoint Authentication
Use authorization bearer header with the following format:
Authorization: Bearer \<ProjectId:ManagementKey\>
Authorization
Authorization
RequiredBearer <token>
< Project ID >:< Management Key > as bearer
In: header
Request Body
minLength
integer
Format: "int32"
lowercase
boolean
uppercase
boolean
number
boolean
nonAlphanumeric
boolean
expiration
boolean
expirationWeeks
integer
Format: "int32"
reuse
boolean
reuseAmount
integer
Format: "int32"
lock
boolean
lockAttempts
integer
Format: "int32"
tenantId
string
enabled
boolean
Status code | Description |
---|---|
200 | OK |
Was this helpful?