> ## Documentation Index
> Fetch the complete documentation index at: https://developer.plugchoice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Grant Sensitive Access

Grants a team access to sensitive data for the specified location, with an optional expiration date.

<ParamField path="site" type="string" required>
  The UUID of the location.
</ParamField>

<ParamField path="team" type="string" required>
  The UUID of the team.
</ParamField>

<ParamField body="expires_never" type="boolean" required>
  Whether the sensitive data access should never expire. Set to `true` for permanent access.
</ParamField>

<ParamField body="data_access_expires_at" type="string">
  ISO 8601 date for when the access expires. Required when `expires_never` is `false`. Must be a future date.
</ParamField>

## Response

<ResponseField name="message" type="string">
  A confirmation message indicating sensitive data access was granted successfully.
</ResponseField>
