GET api/resources?email={email}&field={field}&value={value}&Generics={Generics}
Get resources
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| string |
Default value is |
||
| field | string |
Default value is |
|
| value | string |
Default value is |
|
| Generics | boolean |
Default value is True |
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": "8768d5c0-3422-4c8f-982b-4940babd004a",
"Office365Id": "ec351718-ee7a-4625-9433-f7ebf4aa2f89",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "9316ff82-982a-4087-9d84-143e949b31e7",
"LastLogin": "2025-12-03T13:09:12.0763859+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"466fffd6-4a0c-42cf-88f6-35f73a5e8072",
"93085ce6-9810-445c-bf11-c822ee213467"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"098375f1-a51b-44ec-93f5-b9a5678e6b49",
"9cf67ae1-f67b-4041-a057-889285d0220a"
]
},
"Created": "2025-12-03T13:09:12.0763859+00:00",
"Modified": "2025-12-03T13:09:12.0763859+00:00",
"Author": "0b29f52a-d8ee-43a4-962a-ee1d1e36cb20",
"Editor": "01a72e02-5430-40fd-9fb6-3f28d435430a",
"CostRate": [
{
"Id": "e3936585-9f65-41de-a369-4669889c7230",
"StartDate": "2025-12-03T13:09:12.0763859+00:00",
"EndDate": "2025-12-03T13:09:12.0763859+00:00",
"Cost": 4.0
},
{
"Id": "e3936585-9f65-41de-a369-4669889c7230",
"StartDate": "2025-12-03T13:09:12.0763859+00:00",
"EndDate": "2025-12-03T13:09:12.0763859+00:00",
"Cost": 4.0
}
],
"id": "a8abc088-629b-45c9-b9f1-260b3f28df72",
"ConfigId": "b0635363-ab83-409a-b864-2a07d0b6b165"
},
{
"userid": "8768d5c0-3422-4c8f-982b-4940babd004a",
"Office365Id": "ec351718-ee7a-4625-9433-f7ebf4aa2f89",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "9316ff82-982a-4087-9d84-143e949b31e7",
"LastLogin": "2025-12-03T13:09:12.0763859+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"466fffd6-4a0c-42cf-88f6-35f73a5e8072",
"93085ce6-9810-445c-bf11-c822ee213467"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"098375f1-a51b-44ec-93f5-b9a5678e6b49",
"9cf67ae1-f67b-4041-a057-889285d0220a"
]
},
"Created": "2025-12-03T13:09:12.0763859+00:00",
"Modified": "2025-12-03T13:09:12.0763859+00:00",
"Author": "0b29f52a-d8ee-43a4-962a-ee1d1e36cb20",
"Editor": "01a72e02-5430-40fd-9fb6-3f28d435430a",
"CostRate": [
{
"Id": "e3936585-9f65-41de-a369-4669889c7230",
"StartDate": "2025-12-03T13:09:12.0763859+00:00",
"EndDate": "2025-12-03T13:09:12.0763859+00:00",
"Cost": 4.0
},
{
"Id": "e3936585-9f65-41de-a369-4669889c7230",
"StartDate": "2025-12-03T13:09:12.0763859+00:00",
"EndDate": "2025-12-03T13:09:12.0763859+00:00",
"Cost": 4.0
}
],
"id": "a8abc088-629b-45c9-b9f1-260b3f28df72",
"ConfigId": "b0635363-ab83-409a-b864-2a07d0b6b165"
}
]