Authorization
Authorization
RequiredBearer <token>< Project ID >:< Management Key > as bearer
In: header
Request Body
application/json
RequiredminLength
integer"int32"
lowercase
booleanuppercase
booleannumber
booleannonAlphanumeric
booleanexpiration
booleanexpirationWeeks
integer"int32"
reuse
booleanreuseAmount
integer"int32"
lock
booleanlockAttempts
integer"int32"
tenantId
stringenabled
booleantempLock
booleantempLockAttempts
integer"int32"
tempLockDuration
integer"int32"
enablePasswordStrength
booleanpasswordStrengthScore
integer"int32"
OK
Get Tenant Password Settings GET
### Get password settings for a tenant This endpoint allows you to get the password settings of a given tenant. ### See Also - See [tenant password settings](/customize/tenant#passwords) for details about tenant password settings. ### Endpoint Authentication Use authorization bearer header with the following format: `Authorization: Bearer <ProjectId:ManagementKey>`
Get Tenant Session Settings GET
### Get session settings for a tenant This endpoint allows you to get the session settings of a given tenant. ### See Also - See [tenant session settings](/customize/tenant#session-management) for details about tenant session settings. ### Endpoint Authentication Use authorization bearer header with the following format: `Authorization: Bearer <ProjectId:ManagementKey>`