# Grant administrative access Grant the specified user account administrative access to the requested event host. Administrative access can only be granted by a user that has already been made a host administrator. Endpoint: POST /hosts/{host}/administrators Version: 3.0.0 Security: SessionKey ## Path parameters: - `host` (integer, required) Unique identifier of the requested host ## Request fields (application/json): - `account` (string, required) Identifier of the account to which to grant administrative access ## Response 201 fields (application/json): - `message` (string) Reason for the given response. ## Response 400 fields (application/json): - `message` (string) Reason for the given response. ## Response 404 fields (application/json): - `message` (string) Reason for the given response. ## Response 409 fields (application/json): - `message` (string) Reason for the given response.