# Get Profile Option

Retrieves the resolved value of a single profile option for the specified user.

Endpoint: GET /access_control/users/{user_id}/profile_options/{key}
Version: 3
Security: ApiKeyAuth

## Path parameters:

  - `user_id` (integer, required)
    Example: 123

  - `key` (string, required)
    the profile option key


