> ## 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.

# Request Sensitive Access

Sends a request for sensitive data access on behalf of the specified team. The location owner will be notified to approve or deny the request.

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

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

<ParamField body="reason" type="string" required>
  The reason for requesting sensitive data access. Maximum 255 characters.
</ParamField>

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

<ParamField body="requested_data_expires_at" type="string">
  ISO 8601 date for when the requested access should expire. Required when `requested_expires_never` is `false`. Must be a future date.
</ParamField>

## Response

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