Update a fact-find policy Run in API Explorer
Ask AI
This updates the fact-find access for a given member.
PUT
/api/v1/circles/{circle_uuid}/fact-find-access
curl \
--request PUT 'https://api.plannrcrm.com/api/v1/circles/6ff8f7f6-1eb3-3525-be4a-3932c805afed/fact-find-access' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"account_uuid":"b8f03995-7158-4c41-a902-907d0d6e324f","target_account_uuid":"7c3d4c0d-304f-4454-b020-3ac3382587be","has_fact_find_access":true}'
Request examples
{
"account_uuid": "b8f03995-7158-4c41-a902-907d0d6e324f",
"target_account_uuid": "7c3d4c0d-304f-4454-b020-3ac3382587be",
"has_fact_find_access": true
}