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": "c7259316-a615-4cab-982f-f6f73fc76d5c",
"Office365Id": "520605ac-250c-43dc-9bac-f1b312ef99aa",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "7f765379-206a-4ab9-a3b8-5a94ba7e3282",
"LastLogin": "2026-04-08T17:53:05.5914326+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"af42ff9a-d621-4c4a-b839-d11c9e2901c4",
"9d802fa0-7e35-489e-a927-0ca600309be0"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"a0feba23-5e5e-460a-9e4a-a9a23e0833bc",
"054ca850-e61a-4954-a81c-e969dd187ed3"
]
},
"Created": "2026-04-08T17:53:05.5914326+00:00",
"Modified": "2026-04-08T17:53:05.5914326+00:00",
"Author": "9b48a995-fc88-4962-9f07-2f80160a75e2",
"Editor": "627be713-43c5-4a91-a13d-8b0d95a84761",
"CostRate": [
{
"Id": "23e320e4-964d-4a42-95d2-cef0451087b4",
"StartDate": "2026-04-08T17:53:05.5914326+00:00",
"EndDate": "2026-04-08T17:53:05.5914326+00:00",
"Cost": 4.0
},
{
"Id": "23e320e4-964d-4a42-95d2-cef0451087b4",
"StartDate": "2026-04-08T17:53:05.5914326+00:00",
"EndDate": "2026-04-08T17:53:05.5914326+00:00",
"Cost": 4.0
}
],
"id": "b752b558-6b11-434e-9362-6c4962c9f68c",
"ConfigId": "f461b8d6-4939-45ca-9f91-1a56deaede4f"
},
{
"userid": "c7259316-a615-4cab-982f-f6f73fc76d5c",
"Office365Id": "520605ac-250c-43dc-9bac-f1b312ef99aa",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "7f765379-206a-4ab9-a3b8-5a94ba7e3282",
"LastLogin": "2026-04-08T17:53:05.5914326+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"af42ff9a-d621-4c4a-b839-d11c9e2901c4",
"9d802fa0-7e35-489e-a927-0ca600309be0"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"a0feba23-5e5e-460a-9e4a-a9a23e0833bc",
"054ca850-e61a-4954-a81c-e969dd187ed3"
]
},
"Created": "2026-04-08T17:53:05.5914326+00:00",
"Modified": "2026-04-08T17:53:05.5914326+00:00",
"Author": "9b48a995-fc88-4962-9f07-2f80160a75e2",
"Editor": "627be713-43c5-4a91-a13d-8b0d95a84761",
"CostRate": [
{
"Id": "23e320e4-964d-4a42-95d2-cef0451087b4",
"StartDate": "2026-04-08T17:53:05.5914326+00:00",
"EndDate": "2026-04-08T17:53:05.5914326+00:00",
"Cost": 4.0
},
{
"Id": "23e320e4-964d-4a42-95d2-cef0451087b4",
"StartDate": "2026-04-08T17:53:05.5914326+00:00",
"EndDate": "2026-04-08T17:53:05.5914326+00:00",
"Cost": 4.0
}
],
"id": "b752b558-6b11-434e-9362-6c4962c9f68c",
"ConfigId": "f461b8d6-4939-45ca-9f91-1a56deaede4f"
}
]