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": "c7890836-b739-47f1-a566-6dcf76b1e130",
"Office365Id": "beea4eb6-b5ec-449f-a277-405b94ff5f18",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "86d5514c-663e-4fa7-856f-7ce1da33dcb1",
"LastLogin": "2026-03-26T07:02:54.8341289+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"706c476c-ebe6-481a-956f-c5ad0f15b54d",
"629b6c9b-cecf-4363-a1ab-37428fe4b69d"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"8f421030-3f5a-4696-af29-1d427e92e29a",
"7103a169-4485-43d9-b8e7-9895aeed3695"
]
},
"Created": "2026-03-26T07:02:54.8341289+00:00",
"Modified": "2026-03-26T07:02:54.8341289+00:00",
"Author": "bb3e4177-55ac-4932-9158-93f57a989826",
"Editor": "29005020-4184-47a8-9540-a0d6382d310e",
"CostRate": [
{
"Id": "05946150-88b6-42bd-a2f7-eb6f0c4d0bd5",
"StartDate": "2026-03-26T07:02:54.8341289+00:00",
"EndDate": "2026-03-26T07:02:54.8341289+00:00",
"Cost": 4.0
},
{
"Id": "05946150-88b6-42bd-a2f7-eb6f0c4d0bd5",
"StartDate": "2026-03-26T07:02:54.8341289+00:00",
"EndDate": "2026-03-26T07:02:54.8341289+00:00",
"Cost": 4.0
}
],
"id": "e0633daf-152b-4dd0-bc06-87460c3ac1bf",
"ConfigId": "cccc9b7c-f1a3-431a-b965-081b102b0818"
},
{
"userid": "c7890836-b739-47f1-a566-6dcf76b1e130",
"Office365Id": "beea4eb6-b5ec-449f-a277-405b94ff5f18",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "86d5514c-663e-4fa7-856f-7ce1da33dcb1",
"LastLogin": "2026-03-26T07:02:54.8341289+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"706c476c-ebe6-481a-956f-c5ad0f15b54d",
"629b6c9b-cecf-4363-a1ab-37428fe4b69d"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"8f421030-3f5a-4696-af29-1d427e92e29a",
"7103a169-4485-43d9-b8e7-9895aeed3695"
]
},
"Created": "2026-03-26T07:02:54.8341289+00:00",
"Modified": "2026-03-26T07:02:54.8341289+00:00",
"Author": "bb3e4177-55ac-4932-9158-93f57a989826",
"Editor": "29005020-4184-47a8-9540-a0d6382d310e",
"CostRate": [
{
"Id": "05946150-88b6-42bd-a2f7-eb6f0c4d0bd5",
"StartDate": "2026-03-26T07:02:54.8341289+00:00",
"EndDate": "2026-03-26T07:02:54.8341289+00:00",
"Cost": 4.0
},
{
"Id": "05946150-88b6-42bd-a2f7-eb6f0c4d0bd5",
"StartDate": "2026-03-26T07:02:54.8341289+00:00",
"EndDate": "2026-03-26T07:02:54.8341289+00:00",
"Cost": 4.0
}
],
"id": "e0633daf-152b-4dd0-bc06-87460c3ac1bf",
"ConfigId": "cccc9b7c-f1a3-431a-b965-081b102b0818"
}
]