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": "920da08d-e572-4fe6-9ca3-a8c96dd967e1",
"Office365Id": "f32e7d23-3c44-4d64-8e8b-ba92351f726d",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "b34a5fbd-02b8-4fb8-a4c6-6da805114c35",
"LastLogin": "2026-04-05T15:47:17.4314367+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"fba31673-6d91-4258-833d-c17b9300d238",
"a376704c-5586-4212-ae57-3f348773d942"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"8f16b61c-b798-4f49-b1bf-cbf53c4201bd",
"94c11d35-5767-46e1-bcfc-032ad77c2c99"
]
},
"Created": "2026-04-05T15:47:17.4314367+00:00",
"Modified": "2026-04-05T15:47:17.4314367+00:00",
"Author": "5bebb2ce-61e1-4d52-b236-78c54d920e30",
"Editor": "0462f43b-c5e8-4ea5-b9de-df525a0ee5f4",
"CostRate": [
{
"Id": "83a9941b-c94b-48bf-afd2-327e9b3a3ba4",
"StartDate": "2026-04-05T15:47:17.4314367+00:00",
"EndDate": "2026-04-05T15:47:17.4314367+00:00",
"Cost": 4.0
},
{
"Id": "83a9941b-c94b-48bf-afd2-327e9b3a3ba4",
"StartDate": "2026-04-05T15:47:17.4314367+00:00",
"EndDate": "2026-04-05T15:47:17.4314367+00:00",
"Cost": 4.0
}
],
"id": "d3768451-1bf9-41c1-ac94-0237b4b46897",
"ConfigId": "0f3b8df9-0a77-4a0d-9e08-022df0ff3cb4"
},
{
"userid": "920da08d-e572-4fe6-9ca3-a8c96dd967e1",
"Office365Id": "f32e7d23-3c44-4d64-8e8b-ba92351f726d",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "b34a5fbd-02b8-4fb8-a4c6-6da805114c35",
"LastLogin": "2026-04-05T15:47:17.4314367+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"fba31673-6d91-4258-833d-c17b9300d238",
"a376704c-5586-4212-ae57-3f348773d942"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"8f16b61c-b798-4f49-b1bf-cbf53c4201bd",
"94c11d35-5767-46e1-bcfc-032ad77c2c99"
]
},
"Created": "2026-04-05T15:47:17.4314367+00:00",
"Modified": "2026-04-05T15:47:17.4314367+00:00",
"Author": "5bebb2ce-61e1-4d52-b236-78c54d920e30",
"Editor": "0462f43b-c5e8-4ea5-b9de-df525a0ee5f4",
"CostRate": [
{
"Id": "83a9941b-c94b-48bf-afd2-327e9b3a3ba4",
"StartDate": "2026-04-05T15:47:17.4314367+00:00",
"EndDate": "2026-04-05T15:47:17.4314367+00:00",
"Cost": 4.0
},
{
"Id": "83a9941b-c94b-48bf-afd2-327e9b3a3ba4",
"StartDate": "2026-04-05T15:47:17.4314367+00:00",
"EndDate": "2026-04-05T15:47:17.4314367+00:00",
"Cost": 4.0
}
],
"id": "d3768451-1bf9-41c1-ac94-0237b4b46897",
"ConfigId": "0f3b8df9-0a77-4a0d-9e08-022df0ff3cb4"
}
]