Skip to main content

Get a tenant UI metadata

GET 

/ui-metadata/tenant

This API endpoint retrieves UI metadata configured for your tenant. A token with ORG_ADMIN authority is required to call this API.

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...