post https://{tenanturl}/v1.0/attributequery/preview
Preview the value that would be computed for this attribute.
Entitlements required: manageAttributes.
Responses
Preview the value that would be computed for this attribute.
Entitlements required: manageAttributes.
xxxxxxxxxx
15curl --request POST \
--url https://tenant_url/v1.0/attributequery/preview \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"attribute": {
"sourceType": "static",
"datatype": "string",
"schemaAttribute": {
"customAttribute": true
}
}
}
'