Updates the employee access record for the specified user.
PUT http:///api/v2/business/{businessId}/employee/{employeeId}/access
  | Parameter name | Value | Description | Additional | 
|---|---|---|---|
| businessId | string | Required | |
| employeeId | string | Required | 
| Parameter name | Value | Description | Additional | 
|---|---|---|---|
| string | Required | 
The request body takes a complete AccessModel resource, containing the following writable properties:
{
    "email": "string",
    "name": "string"
}
| Name | Type | Description | 
|---|---|---|
| string | String | |
| name | string | String | 
The following HTTP status codes may be returned, optionally with a response resource.
| Status code | Description | Resource | 
|---|---|---|
| 200 | OK OK  | 
          
Powered by DapperDox