TeamMember.ReadWrite.All
, TeamMember.Read.All
.Parameter | Description |
---|---|
Filter | Filters results (rows). For example: startswith(displayName,‘S’) |
Limit | Specify the number of team members returned per page in the response. Valid range is 1-999. |
Return All Pages | Automatically fetch all resources, page by page. |
Select | Filters properties (columns). For example: displayName, userId. |
Team ID | The ID of the team to list members of. Can be obtained by using the List All Teams action. |
{
"@odata.context": "<string>",
"@odata.count": 726,
"value": [
{
"@odata.type": "<string>",
"id": "<string>",
"roles": [
"<string>"
],
"displayName": "<string>",
"visibleHistoryStartDateTime": "2021-03-13T08:15:26",
"userId": "<string>",
"email": "<string>",
"tenantId": "<string>"
}
]
}
Was this page helpful?