# Update a fact-find policy **PUT /api/v1/circles/{circle_uuid}/fact-find-access** This updates the fact-find access for a given member. ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Path parameters - **circle_uuid** (string) ### Body: application/json (object) - **account_uuid** (string) The UUID of the circle member account to attach the access to. - **target_account_uuid** (string) The UUID of the circle member account that account_uuid will have access to. - **has_fact_find_access** (boolean) Boolean to allow/deny the access. ## Responses [Powered by Bump.sh](https://bump.sh)