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": "ccaa2611-0703-4cf6-9265-9fd21a40e878",
"Office365Id": "52c78f18-7346-4ce4-8203-50d62583232f",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "58cc772c-e35f-4f38-8c28-2918e1dc849e",
"LastLogin": "2026-04-07T16:06:10.1867621+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"82d1aeb6-baa0-4b65-8f7e-c2818a3463d6",
"7caae16b-33a5-42c8-8ee9-a1b97dafdd40"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"f9b6e98f-7532-4c33-be1e-824862ad12a4",
"bf5797c4-887f-4d46-b06d-d0cf51abc3e3"
]
},
"Created": "2026-04-07T16:06:10.1867621+00:00",
"Modified": "2026-04-07T16:06:10.1867621+00:00",
"Author": "59ea2687-a5b6-466a-9880-781599a7140b",
"Editor": "6c16a762-cf8e-400f-b41d-a02dc518b01a",
"CostRate": [
{
"Id": "1bfde4eb-e66a-45c3-9c29-97280f106868",
"StartDate": "2026-04-07T16:06:10.1867621+00:00",
"EndDate": "2026-04-07T16:06:10.1867621+00:00",
"Cost": 4.0
},
{
"Id": "1bfde4eb-e66a-45c3-9c29-97280f106868",
"StartDate": "2026-04-07T16:06:10.1867621+00:00",
"EndDate": "2026-04-07T16:06:10.1867621+00:00",
"Cost": 4.0
}
],
"id": "a953a96b-e4e2-4624-a7fe-dc83c8c1368d",
"ConfigId": "948d55c7-3462-4446-872a-fd088e0a8fbf"
},
{
"userid": "ccaa2611-0703-4cf6-9265-9fd21a40e878",
"Office365Id": "52c78f18-7346-4ce4-8203-50d62583232f",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "58cc772c-e35f-4f38-8c28-2918e1dc849e",
"LastLogin": "2026-04-07T16:06:10.1867621+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"82d1aeb6-baa0-4b65-8f7e-c2818a3463d6",
"7caae16b-33a5-42c8-8ee9-a1b97dafdd40"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"f9b6e98f-7532-4c33-be1e-824862ad12a4",
"bf5797c4-887f-4d46-b06d-d0cf51abc3e3"
]
},
"Created": "2026-04-07T16:06:10.1867621+00:00",
"Modified": "2026-04-07T16:06:10.1867621+00:00",
"Author": "59ea2687-a5b6-466a-9880-781599a7140b",
"Editor": "6c16a762-cf8e-400f-b41d-a02dc518b01a",
"CostRate": [
{
"Id": "1bfde4eb-e66a-45c3-9c29-97280f106868",
"StartDate": "2026-04-07T16:06:10.1867621+00:00",
"EndDate": "2026-04-07T16:06:10.1867621+00:00",
"Cost": 4.0
},
{
"Id": "1bfde4eb-e66a-45c3-9c29-97280f106868",
"StartDate": "2026-04-07T16:06:10.1867621+00:00",
"EndDate": "2026-04-07T16:06:10.1867621+00:00",
"Cost": 4.0
}
],
"id": "a953a96b-e4e2-4624-a7fe-dc83c8c1368d",
"ConfigId": "948d55c7-3462-4446-872a-fd088e0a8fbf"
}
]