# Set Profile Option

Sets the value of a profile option for the specified user. Admin only.

Endpoint: PUT /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

## Request fields (application/json):

  - `value` (string, required)


