Get tenant login banner settings
GET/v1/tenants/:tenantUid/loginBanner
Get tenant login banner settings
Request
Path Parameters
tenantUid stringrequired
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
Messagestring
Login banner message displayed to the user
isEnabledboolean
Set to 'true' if login banner has to be displayed for user
titlestring
Banner title displayed to the user
{
"Message": "string",
"isEnabled": true,
"title": "string"
}
Loading...