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": "8f90fc8a-0ec9-44df-9095-ed958acc2b3e",
"Office365Id": "4a05166b-8509-41cb-8b60-92e75cb6a912",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "846442ab-2083-4c39-85c6-1b1ac1284a81",
"LastLogin": "2026-01-09T04:07:45.4293528+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"18c49637-2008-4edb-9163-30ea93bf7b90",
"a7e89018-f735-492a-a240-788db9663299"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"13cb1214-f4c5-4e4b-bbbd-62e93599ef6f",
"3e10eb74-a563-4f81-90a1-21c36d871e09"
]
},
"Created": "2026-01-09T04:07:45.4293528+00:00",
"Modified": "2026-01-09T04:07:45.4293528+00:00",
"Author": "d36a692a-3f70-42d2-af9e-db84e35791ba",
"Editor": "d9451e6d-b492-4a7f-bc10-c383e5257119",
"CostRate": [
{
"Id": "06c27c6c-217e-42eb-8c8e-d16c9258187b",
"StartDate": "2026-01-09T04:07:45.4293528+00:00",
"EndDate": "2026-01-09T04:07:45.4293528+00:00",
"Cost": 4.0
},
{
"Id": "06c27c6c-217e-42eb-8c8e-d16c9258187b",
"StartDate": "2026-01-09T04:07:45.4293528+00:00",
"EndDate": "2026-01-09T04:07:45.4293528+00:00",
"Cost": 4.0
}
],
"id": "c10d50c5-e30d-4394-be9b-8766d3b92c73",
"ConfigId": "142bf01f-e0a0-4796-a450-0bc48fd0e854"
},
{
"userid": "8f90fc8a-0ec9-44df-9095-ed958acc2b3e",
"Office365Id": "4a05166b-8509-41cb-8b60-92e75cb6a912",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "846442ab-2083-4c39-85c6-1b1ac1284a81",
"LastLogin": "2026-01-09T04:07:45.4293528+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"18c49637-2008-4edb-9163-30ea93bf7b90",
"a7e89018-f735-492a-a240-788db9663299"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"13cb1214-f4c5-4e4b-bbbd-62e93599ef6f",
"3e10eb74-a563-4f81-90a1-21c36d871e09"
]
},
"Created": "2026-01-09T04:07:45.4293528+00:00",
"Modified": "2026-01-09T04:07:45.4293528+00:00",
"Author": "d36a692a-3f70-42d2-af9e-db84e35791ba",
"Editor": "d9451e6d-b492-4a7f-bc10-c383e5257119",
"CostRate": [
{
"Id": "06c27c6c-217e-42eb-8c8e-d16c9258187b",
"StartDate": "2026-01-09T04:07:45.4293528+00:00",
"EndDate": "2026-01-09T04:07:45.4293528+00:00",
"Cost": 4.0
},
{
"Id": "06c27c6c-217e-42eb-8c8e-d16c9258187b",
"StartDate": "2026-01-09T04:07:45.4293528+00:00",
"EndDate": "2026-01-09T04:07:45.4293528+00:00",
"Cost": 4.0
}
],
"id": "c10d50c5-e30d-4394-be9b-8766d3b92c73",
"ConfigId": "142bf01f-e0a0-4796-a450-0bc48fd0e854"
}
]