Update tenant UI metadata

PUT {{baseUrl}}/ui-metadata/tenant

This API endpoint updates UI metadata for your tenant. These changes may require up to 5 minutes to take effect on the UI. A token with ORG_ADMIN authority is required to call this API.

Request Body

{"iframeWhiteList"=>"http://example.com http://example2.com", "usernameLabel"=>"Email", "usernameEmptyText"=>"Please provide your work email address..."}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"iframeWhiteList":"http://example.com http://example2.com","usernameLabel":"Email","usernameEmptyText":"Please provide your work email address..."}