GET api/enterpriseteams/{id}/members
Get a teams resources
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ResourceName | Description | Type | Additional information |
---|---|---|---|
userid | globally unique identifier |
None. |
|
Office365Id | globally unique identifier |
None. |
|
ProfilePicture | string |
None. |
|
Generic | boolean |
None. |
|
Inactive | boolean |
None. |
|
CanLogin | boolean |
None. |
|
UserOnly | boolean |
None. |
|
name | string |
None. |
|
GlobalPermissions | OnePlanLevel |
None. |
|
OnePlanSecurityGroup | globally unique identifier |
None. |
|
LastLogin | date |
None. |
|
Fields | Dictionary of string [key] and Object [value] |
None. |
|
TimeZone | string |
None. |
|
ExternalId | string |
None. |
|
Delegates | Collection of globally unique identifier |
None. |
|
Notifications | ResourceNotifications |
None. |
|
id | globally unique identifier |
None. |
|
ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[ { "userid": "b24a9867-7b5e-4817-97fc-113277105b0d", "Office365Id": "64909ed1-8fc8-444e-a69d-8f49ab7a7690", "ProfilePicture": "sample string 3", "Generic": true, "Inactive": true, "CanLogin": true, "UserOnly": true, "name": "sample string 8", "GlobalPermissions": 0, "OnePlanSecurityGroup": "4dd2ff6e-1c03-45bf-b433-1db553f618ef", "LastLogin": "2025-07-08T20:28:53.1441531+00:00", "Fields": { "sample string 1": {}, "sample string 3": {} }, "TimeZone": "sample string 11", "ExternalId": "sample string 12", "Delegates": [ "08b06c51-5724-45b3-b5a4-79075323af26", "85279dc7-b8a4-425c-b96b-34dde326a5ce" ], "Notifications": { "AllNotifications": true, "Notifications": [ "28319396-a91a-431a-ab54-349a91ca5701", "0a9e11ff-c788-4aeb-b101-de498fff512d" ] }, "id": "03f123a1-aaa7-49d3-90b3-2b70fbcbde87", "ConfigId": "1745ea45-78d0-4697-b1a1-86c8f1743498" }, { "userid": "b24a9867-7b5e-4817-97fc-113277105b0d", "Office365Id": "64909ed1-8fc8-444e-a69d-8f49ab7a7690", "ProfilePicture": "sample string 3", "Generic": true, "Inactive": true, "CanLogin": true, "UserOnly": true, "name": "sample string 8", "GlobalPermissions": 0, "OnePlanSecurityGroup": "4dd2ff6e-1c03-45bf-b433-1db553f618ef", "LastLogin": "2025-07-08T20:28:53.1441531+00:00", "Fields": { "sample string 1": {}, "sample string 3": {} }, "TimeZone": "sample string 11", "ExternalId": "sample string 12", "Delegates": [ "08b06c51-5724-45b3-b5a4-79075323af26", "85279dc7-b8a4-425c-b96b-34dde326a5ce" ], "Notifications": { "AllNotifications": true, "Notifications": [ "28319396-a91a-431a-ab54-349a91ca5701", "0a9e11ff-c788-4aeb-b101-de498fff512d" ] }, "id": "03f123a1-aaa7-49d3-90b3-2b70fbcbde87", "ConfigId": "1745ea45-78d0-4697-b1a1-86c8f1743498" } ]