Skip to main content

Get a tenant UI metadata

GET 

/ui-metadata/tenant

experimental

This API is currently in an experimental state. The API is subject to change based on feedback and further testing. You must include the X-SailPoint-Experimental header and set it to true to use this endpoint.

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

Request

Header Parameters

    X-SailPoint-Experimental stringrequired

    Default value: true

    Use this header to enable this experimental API.

    Example: true

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