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": "17d0fa68-a098-4f8a-8923-360800211043", "Office365Id": "aaecf019-2af3-4f82-9bf4-ad7a91c060c3", "ProfilePicture": "sample string 3", "Generic": true, "Inactive": true, "CanLogin": true, "UserOnly": true, "name": "sample string 8", "GlobalPermissions": 0, "OnePlanSecurityGroup": "17c371bc-0fb3-400d-af10-520634642157", "LastLogin": "2025-05-23T22:27:31.0643523+00:00", "Fields": { "sample string 1": {}, "sample string 3": {} }, "TimeZone": "sample string 11", "ExternalId": "sample string 12", "Delegates": [ "3060d79f-fc44-47ff-bf3e-9853d2dced54", "1b653a16-8036-46a6-9bc7-c142741d95a3" ], "Notifications": { "AllNotifications": true, "Notifications": [ "be68f09f-4b74-4252-b6e5-eec73cd34c28", "41b2f463-ff18-41cb-8a7b-3e8eee62a61c" ] }, "id": "6024afb5-dc3c-40f5-bb33-161aafb5761a", "ConfigId": "1489b52d-7224-49ef-94f3-7bcf688c9c8d" }, { "userid": "17d0fa68-a098-4f8a-8923-360800211043", "Office365Id": "aaecf019-2af3-4f82-9bf4-ad7a91c060c3", "ProfilePicture": "sample string 3", "Generic": true, "Inactive": true, "CanLogin": true, "UserOnly": true, "name": "sample string 8", "GlobalPermissions": 0, "OnePlanSecurityGroup": "17c371bc-0fb3-400d-af10-520634642157", "LastLogin": "2025-05-23T22:27:31.0643523+00:00", "Fields": { "sample string 1": {}, "sample string 3": {} }, "TimeZone": "sample string 11", "ExternalId": "sample string 12", "Delegates": [ "3060d79f-fc44-47ff-bf3e-9853d2dced54", "1b653a16-8036-46a6-9bc7-c142741d95a3" ], "Notifications": { "AllNotifications": true, "Notifications": [ "be68f09f-4b74-4252-b6e5-eec73cd34c28", "41b2f463-ff18-41cb-8a7b-3e8eee62a61c" ] }, "id": "6024afb5-dc3c-40f5-bb33-161aafb5761a", "ConfigId": "1489b52d-7224-49ef-94f3-7bcf688c9c8d" } ]