Retrieve the properties of user. The return properties include all the users base on certain query.
api/users
GET.
Support OData Filter syntax.
Header1
2--x-appvity-groupId: [TeamID]
--Cookie: graphNodeCookie=[ID]
Body
No body for this method.
Retrieves the list of users according to the schema:1
2
3
4
5
6{
"_id": "[UserID]",
"displayName": "[UserDisplayName]",
"source": "Microsoft.Graph.User",
"username": "[UserName]"
}
1 | { |
Comment