Get users with shared access
- GET /XAPI/v2/Projects/{ProjectId}/Sharings
Get projects shared users
Gets list of users that the project was shared with.
- Parameters:
ProjectId (integer)
- Status Codes:
200 OK – List of users
- Response JSON Object:
Data.List[].Email (string)
Data.List[].Id (integer) – (required)
Data.ListedCount (integer) – (required)
Data.TotalCount (integer) – (required)