GET api/workplan/{PlanId}/user
Get user list for Plan
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| PlanId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of UserAccess| Name | Description | Type | Additional information |
|---|---|---|---|
| upn | globally unique identifier |
None. |
|
| Level | AccessLevel |
None. |
|
| Inherited | boolean |
None. |
|
| AccessType | AccessType |
None. |
Response Formats
application/json, text/json
Sample:
[
{},
{}
]