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. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"userid": "7316b4a7-952c-4ccb-96f1-7019e7201789",
"Office365Id": "c122e079-f5c2-4b46-b0c3-15c69554d4ee",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "3afa0add-4f7b-4156-b56e-146f7dbc1016",
"LastLogin": "2025-10-16T15:30:49.2882185+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"b9c020b1-781d-4699-9230-c48f850fcae4",
"ed735a1a-bf35-4b44-9e5e-6619e73536fe"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"31106ac0-111a-4a2a-ad78-c46023c2b8b9",
"4dfa0787-7236-45c5-80f1-edcaed6a5d66"
]
},
"Created": "2025-10-16T15:30:49.2882185+00:00",
"Modified": "2025-10-16T15:30:49.2882185+00:00",
"Author": "97095752-10b7-4a43-9ee7-746d97edef1c",
"Editor": "403f3a30-4042-4ebf-84fe-f333451330b6",
"id": "0e880694-9b15-4256-aa9d-6e5cc059fe7d",
"ConfigId": "3703ab91-e97f-4e27-aa69-4612ecb6e142"
},
{
"userid": "7316b4a7-952c-4ccb-96f1-7019e7201789",
"Office365Id": "c122e079-f5c2-4b46-b0c3-15c69554d4ee",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "3afa0add-4f7b-4156-b56e-146f7dbc1016",
"LastLogin": "2025-10-16T15:30:49.2882185+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"b9c020b1-781d-4699-9230-c48f850fcae4",
"ed735a1a-bf35-4b44-9e5e-6619e73536fe"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"31106ac0-111a-4a2a-ad78-c46023c2b8b9",
"4dfa0787-7236-45c5-80f1-edcaed6a5d66"
]
},
"Created": "2025-10-16T15:30:49.2882185+00:00",
"Modified": "2025-10-16T15:30:49.2882185+00:00",
"Author": "97095752-10b7-4a43-9ee7-746d97edef1c",
"Editor": "403f3a30-4042-4ebf-84fe-f333451330b6",
"id": "0e880694-9b15-4256-aa9d-6e5cc059fe7d",
"ConfigId": "3703ab91-e97f-4e27-aa69-4612ecb6e142"
}
]