POST api/resources/find
Find a resource
Request Information
URI Parameters
None.
Body Parameters
ResourceFind| Name | Description | Type | Additional information |
|---|---|---|---|
| Filter | TableFilter |
None. |
|
| Properties | Collection of string |
None. |
|
| Fields | Collection of string |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
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": "33ebbd48-e2fc-4740-8e90-c51696924ee3",
"Office365Id": "6365a1af-93f2-444e-b9e4-7fea58e22c05",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "d72a3694-6748-4e75-9428-2e1d5fb49a71",
"LastLogin": "2026-01-23T14:32:15.4180241+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"b385526e-4b54-4a04-ba22-1c3b377c1527",
"a46c0025-394f-4c09-a0c2-f934208ec0ea"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"92e3c732-92b1-41c3-bd4f-f31f46e3cc6b",
"3e69885b-19ca-4c3c-af88-9e8add04d0c6"
]
},
"Created": "2026-01-23T14:32:15.4180241+00:00",
"Modified": "2026-01-23T14:32:15.4180241+00:00",
"Author": "26e2297c-a22e-496d-91aa-16793bd84259",
"Editor": "84889e92-7df3-4ee9-a623-57e473243baa",
"CostRate": [
{
"Id": "f594cedc-287f-4942-b634-3ed36d928ed8",
"StartDate": "2026-01-23T14:32:15.4180241+00:00",
"EndDate": "2026-01-23T14:32:15.4180241+00:00",
"Cost": 4.0
},
{
"Id": "f594cedc-287f-4942-b634-3ed36d928ed8",
"StartDate": "2026-01-23T14:32:15.4180241+00:00",
"EndDate": "2026-01-23T14:32:15.4180241+00:00",
"Cost": 4.0
}
],
"id": "af6ae9be-e73a-4d23-a08c-db598b5b7a2f",
"ConfigId": "17f703d1-092f-466e-9fd0-44792109d890"
},
{
"userid": "33ebbd48-e2fc-4740-8e90-c51696924ee3",
"Office365Id": "6365a1af-93f2-444e-b9e4-7fea58e22c05",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "d72a3694-6748-4e75-9428-2e1d5fb49a71",
"LastLogin": "2026-01-23T14:32:15.4180241+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"b385526e-4b54-4a04-ba22-1c3b377c1527",
"a46c0025-394f-4c09-a0c2-f934208ec0ea"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"92e3c732-92b1-41c3-bd4f-f31f46e3cc6b",
"3e69885b-19ca-4c3c-af88-9e8add04d0c6"
]
},
"Created": "2026-01-23T14:32:15.4180241+00:00",
"Modified": "2026-01-23T14:32:15.4180241+00:00",
"Author": "26e2297c-a22e-496d-91aa-16793bd84259",
"Editor": "84889e92-7df3-4ee9-a623-57e473243baa",
"CostRate": [
{
"Id": "f594cedc-287f-4942-b634-3ed36d928ed8",
"StartDate": "2026-01-23T14:32:15.4180241+00:00",
"EndDate": "2026-01-23T14:32:15.4180241+00:00",
"Cost": 4.0
},
{
"Id": "f594cedc-287f-4942-b634-3ed36d928ed8",
"StartDate": "2026-01-23T14:32:15.4180241+00:00",
"EndDate": "2026-01-23T14:32:15.4180241+00:00",
"Cost": 4.0
}
],
"id": "af6ae9be-e73a-4d23-a08c-db598b5b7a2f",
"ConfigId": "17f703d1-092f-466e-9fd0-44792109d890"
}
]