Gets a list of all employees to which the user (specified by email) has access.
GET http:///api/v2/business/{businessId}/employee/{employeeId}/access/email
| Parameter name | Value | Description | Additional |
|---|---|---|---|
| businessId | string | Required | |
| employeeId | string | Required |
| Parameter name | Value | Description | Additional |
|---|---|---|---|
| string | Required |
The following HTTP status codes may be returned, optionally with a response resource.
| Status code | Description | Resource |
|---|---|---|
| 200 | OK OK |
EmployeeAccessModel |
Powered by DapperDox