post https://{application_vanity_domain}/api/v1/tenants//user-schemas/resolve-overrides
Resolves the user schema overrides at the tenant level. User schemas support default values; therefore, if tenant-level overrides are enabled and no overrides are defined at the tenant level, this API will return the defaults instead.
Required Permissions
Below is the list of required permissions needed to interact with this API. For each permission, the allowed permission boundaries are also specified.
Permission | Boundary | Description |
---|---|---|
user-schema:read | Application | The subject can perform this request if the tenant specified in the URL path is associated with the subject's application. |
Tenant | The subject can perform this request if they are associated with the tenant specified in the URL path. | |
Tenant Inclusion List | The subject can perform this request if the tenant specified in the URL path is included in the tenant inclusion list. | |
Tenant Exclusion List | The subject can perform this request if the tenant specified in the URL path belongs to the subject's associated application and is not included in the tenant exclusion list. | |
Self | The subject can perform this request if the subject belongs to the tenant specified in the URL path. |