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 Resource| Name | 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. |
|
| Created | date |
None. |
|
| Modified | date |
None. |
|
| Author | globally unique identifier |
None. |
|
| Editor | globally unique identifier |
None. |
|
| CostRate | Collection of ResourceCost |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"userid": "73c00205-8750-4187-af7f-52cb57b327f2",
"Office365Id": "4b88e043-6b6a-41ff-8db8-b7c7a6faf832",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "aa2e4448-8191-4baf-900f-d70b72da8330",
"LastLogin": "2025-11-26T14:50:44.2555845+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"77c720d2-59be-42d4-ac5a-a1dbbbd3b841",
"37a058aa-5ad4-4b25-86ef-ac906f060520"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"153cea6f-8124-42b3-9553-1d8244979737",
"ec2f2972-af30-4ec5-8ece-b6edcf7baebb"
]
},
"Created": "2025-11-26T14:50:44.2712157+00:00",
"Modified": "2025-11-26T14:50:44.2712157+00:00",
"Author": "b8ec059e-3ec8-4516-985c-9b3ed27db8ca",
"Editor": "b6f1eed9-b0fd-4ec8-b9f9-7a24d555f658",
"CostRate": [
{
"Id": "1181cee8-939d-4dbc-8131-a1ec7191934d",
"StartDate": "2025-11-26T14:50:44.2712157+00:00",
"EndDate": "2025-11-26T14:50:44.2712157+00:00",
"Cost": 4.0
},
{
"Id": "1181cee8-939d-4dbc-8131-a1ec7191934d",
"StartDate": "2025-11-26T14:50:44.2712157+00:00",
"EndDate": "2025-11-26T14:50:44.2712157+00:00",
"Cost": 4.0
}
],
"id": "14c5b1d9-cdba-4370-a00c-b65df46e1d1a",
"ConfigId": "a22846b3-3fa9-4de8-b530-290112121c12"
},
{
"userid": "73c00205-8750-4187-af7f-52cb57b327f2",
"Office365Id": "4b88e043-6b6a-41ff-8db8-b7c7a6faf832",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "aa2e4448-8191-4baf-900f-d70b72da8330",
"LastLogin": "2025-11-26T14:50:44.2555845+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"77c720d2-59be-42d4-ac5a-a1dbbbd3b841",
"37a058aa-5ad4-4b25-86ef-ac906f060520"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"153cea6f-8124-42b3-9553-1d8244979737",
"ec2f2972-af30-4ec5-8ece-b6edcf7baebb"
]
},
"Created": "2025-11-26T14:50:44.2712157+00:00",
"Modified": "2025-11-26T14:50:44.2712157+00:00",
"Author": "b8ec059e-3ec8-4516-985c-9b3ed27db8ca",
"Editor": "b6f1eed9-b0fd-4ec8-b9f9-7a24d555f658",
"CostRate": [
{
"Id": "1181cee8-939d-4dbc-8131-a1ec7191934d",
"StartDate": "2025-11-26T14:50:44.2712157+00:00",
"EndDate": "2025-11-26T14:50:44.2712157+00:00",
"Cost": 4.0
},
{
"Id": "1181cee8-939d-4dbc-8131-a1ec7191934d",
"StartDate": "2025-11-26T14:50:44.2712157+00:00",
"EndDate": "2025-11-26T14:50:44.2712157+00:00",
"Cost": 4.0
}
],
"id": "14c5b1d9-cdba-4370-a00c-b65df46e1d1a",
"ConfigId": "a22846b3-3fa9-4de8-b530-290112121c12"
}
]