Skip to main content

Update tenant UI metadata

PUT 

/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

required

    iframeWhiteList stringnullable

    Parameter that organizational administrators can adjust to permit another domain to encapsulate IDN within an iframe. If you would like to reset the value use "null". It will only allow include into iframe non authenticated portions of the product, such as password reset.

    usernameLabel stringnullable

    Descriptor for the username input field. If you would like to reset the value use "null".

    usernameEmptyText stringnullable

    Placeholder text displayed in the username input field. If you would like to reset the value use "null".

Responses

A tenant UI metadata object

Schema

    iframeWhiteList stringnullable

    Parameter that organizational administrators can adjust to permit another domain to encapsulate IDN within an iframe. If you would like to reset the value use "null". It will only allow include into iframe non authenticated portions of the product, such as password reset.

    usernameLabel stringnullable

    Descriptor for the username input field. If you would like to reset the value use "null".

    usernameEmptyText stringnullable

    Placeholder text displayed in the username input field. If you would like to reset the value use "null".

Loading...