Authorization
AuthorizationRequiredBearer <token>< Project ID >:< Management Key > as bearer
In: header
Request Body
application/jsonRequiredminLengthinteger"int32"lowercasebooleanuppercasebooleannumberbooleannonAlphanumericbooleanexpirationbooleanexpirationWeeksinteger"int32"reusebooleanreuseAmountinteger"int32"lockbooleanlockAttemptsinteger"int32"tenantIdstringenabledbooleantempLockbooleantempLockAttemptsinteger"int32"tempLockDurationinteger"int32"enablePasswordStrengthbooleanpasswordStrengthScoreinteger"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>`