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": "9522cead-81e5-4f9c-bfa5-54babe1ae320",
"Office365Id": "83a796fc-ccfd-4767-ace1-5148017d7876",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "c67ce2a5-1478-4e65-afed-80ab2d7577f5",
"LastLogin": "2026-01-07T23:28:34.3429394+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"75c4b763-8841-45e4-9790-3d74efe8c74c",
"abe5fd07-63dd-4d1a-a5a8-08931ed2e14b"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"857db1af-f399-4410-89af-eee566fd3b1a",
"3f1b2949-f6ff-49c8-949f-75962fee03f5"
]
},
"Created": "2026-01-07T23:28:34.3429394+00:00",
"Modified": "2026-01-07T23:28:34.3429394+00:00",
"Author": "4667df61-0efd-4242-af67-5605e05d531f",
"Editor": "e6597995-f402-42e3-9c37-05267ff11a64",
"CostRate": [
{
"Id": "7146c7c0-6559-4fcf-b13f-ea2362a8b307",
"StartDate": "2026-01-07T23:28:34.3429394+00:00",
"EndDate": "2026-01-07T23:28:34.3429394+00:00",
"Cost": 4.0
},
{
"Id": "7146c7c0-6559-4fcf-b13f-ea2362a8b307",
"StartDate": "2026-01-07T23:28:34.3429394+00:00",
"EndDate": "2026-01-07T23:28:34.3429394+00:00",
"Cost": 4.0
}
],
"id": "7af5a981-1850-4bc0-af8f-7080d27699a5",
"ConfigId": "9b94f7f8-ae67-4e55-8c2b-f0ad172d1304"
},
{
"userid": "9522cead-81e5-4f9c-bfa5-54babe1ae320",
"Office365Id": "83a796fc-ccfd-4767-ace1-5148017d7876",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "c67ce2a5-1478-4e65-afed-80ab2d7577f5",
"LastLogin": "2026-01-07T23:28:34.3429394+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"75c4b763-8841-45e4-9790-3d74efe8c74c",
"abe5fd07-63dd-4d1a-a5a8-08931ed2e14b"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"857db1af-f399-4410-89af-eee566fd3b1a",
"3f1b2949-f6ff-49c8-949f-75962fee03f5"
]
},
"Created": "2026-01-07T23:28:34.3429394+00:00",
"Modified": "2026-01-07T23:28:34.3429394+00:00",
"Author": "4667df61-0efd-4242-af67-5605e05d531f",
"Editor": "e6597995-f402-42e3-9c37-05267ff11a64",
"CostRate": [
{
"Id": "7146c7c0-6559-4fcf-b13f-ea2362a8b307",
"StartDate": "2026-01-07T23:28:34.3429394+00:00",
"EndDate": "2026-01-07T23:28:34.3429394+00:00",
"Cost": 4.0
},
{
"Id": "7146c7c0-6559-4fcf-b13f-ea2362a8b307",
"StartDate": "2026-01-07T23:28:34.3429394+00:00",
"EndDate": "2026-01-07T23:28:34.3429394+00:00",
"Cost": 4.0
}
],
"id": "7af5a981-1850-4bc0-af8f-7080d27699a5",
"ConfigId": "9b94f7f8-ae67-4e55-8c2b-f0ad172d1304"
}
]