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": "ed26923f-4e9a-42bc-be5e-a45302ccf451",
"Office365Id": "8ecfda8e-0dce-43f0-af4c-5c31e5727b57",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "54a13084-bc03-4743-8fcc-b89fc7cf5e3e",
"LastLogin": "2026-01-14T09:41:18.5801827+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"49389c6b-767c-4d16-b81d-23f62b80e109",
"cb97c0d4-2b8b-4bab-b342-e7f5abd77a3c"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"7bef32ec-d8c6-4074-8b25-5f984fc398b0",
"c5561923-0b23-45c8-a307-f970a4d36dc0"
]
},
"Created": "2026-01-14T09:41:18.5801827+00:00",
"Modified": "2026-01-14T09:41:18.5801827+00:00",
"Author": "f8052251-42fd-4204-9393-39837eb58a82",
"Editor": "23e2cc4a-ff50-4d33-9943-3443dbee23dc",
"CostRate": [
{
"Id": "36716f9e-115c-41e5-8c39-3da8683eedc6",
"StartDate": "2026-01-14T09:41:18.5801827+00:00",
"EndDate": "2026-01-14T09:41:18.5801827+00:00",
"Cost": 4.0
},
{
"Id": "36716f9e-115c-41e5-8c39-3da8683eedc6",
"StartDate": "2026-01-14T09:41:18.5801827+00:00",
"EndDate": "2026-01-14T09:41:18.5801827+00:00",
"Cost": 4.0
}
],
"id": "9b23bf88-1824-42b9-b471-d51034427adb",
"ConfigId": "c8b8cd52-9981-4329-8464-30f4cbdb1a27"
},
{
"userid": "ed26923f-4e9a-42bc-be5e-a45302ccf451",
"Office365Id": "8ecfda8e-0dce-43f0-af4c-5c31e5727b57",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "54a13084-bc03-4743-8fcc-b89fc7cf5e3e",
"LastLogin": "2026-01-14T09:41:18.5801827+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"49389c6b-767c-4d16-b81d-23f62b80e109",
"cb97c0d4-2b8b-4bab-b342-e7f5abd77a3c"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"7bef32ec-d8c6-4074-8b25-5f984fc398b0",
"c5561923-0b23-45c8-a307-f970a4d36dc0"
]
},
"Created": "2026-01-14T09:41:18.5801827+00:00",
"Modified": "2026-01-14T09:41:18.5801827+00:00",
"Author": "f8052251-42fd-4204-9393-39837eb58a82",
"Editor": "23e2cc4a-ff50-4d33-9943-3443dbee23dc",
"CostRate": [
{
"Id": "36716f9e-115c-41e5-8c39-3da8683eedc6",
"StartDate": "2026-01-14T09:41:18.5801827+00:00",
"EndDate": "2026-01-14T09:41:18.5801827+00:00",
"Cost": 4.0
},
{
"Id": "36716f9e-115c-41e5-8c39-3da8683eedc6",
"StartDate": "2026-01-14T09:41:18.5801827+00:00",
"EndDate": "2026-01-14T09:41:18.5801827+00:00",
"Cost": 4.0
}
],
"id": "9b23bf88-1824-42b9-b471-d51034427adb",
"ConfigId": "c8b8cd52-9981-4329-8464-30f4cbdb1a27"
}
]