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
| Key | Datatype | Required | Description | 
|---|---|---|---|
| X-SailPoint-Experimental | boolean | (Required) Use this header to enable this experimental API. | |
| Content-Type | string | ||
| Accept | string | 
RESPONSES
status: OK
{"iframeWhiteList":"http://example.com http://example2.com","usernameLabel":"Email","usernameEmptyText":"Please provide your work email address..."}