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": "df208757-2269-460c-b743-5e7ee232c344",
"Office365Id": "6533cfd2-616f-49d3-bf2c-ce4b0adc9439",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "836a55a0-f339-41c6-b3df-f4b4e080707c",
"LastLogin": "2026-01-15T09:48:28.6174451+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"be2e63de-c7df-476e-91aa-8c4aa4152ba1",
"248594c6-3e24-4467-855a-4d2631b458fb"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"e1006fcb-8149-4d2b-94d7-0bb2b3d5d068",
"0b951c3b-aa21-40ef-9b6c-6a9bc7041d3d"
]
},
"Created": "2026-01-15T09:48:28.6174451+00:00",
"Modified": "2026-01-15T09:48:28.6174451+00:00",
"Author": "ed653735-c79a-4f7d-8fc5-5fe6dc6c634f",
"Editor": "fdadd5b4-296f-42e3-9291-3f93abc6003a",
"CostRate": [
{
"Id": "92fb8cb2-5a01-4a4c-8b5b-5bff732fafec",
"StartDate": "2026-01-15T09:48:28.6174451+00:00",
"EndDate": "2026-01-15T09:48:28.6174451+00:00",
"Cost": 4.0
},
{
"Id": "92fb8cb2-5a01-4a4c-8b5b-5bff732fafec",
"StartDate": "2026-01-15T09:48:28.6174451+00:00",
"EndDate": "2026-01-15T09:48:28.6174451+00:00",
"Cost": 4.0
}
],
"id": "dfd7b83e-6530-48e5-91f2-95d9fdcfd254",
"ConfigId": "2890c144-ead7-4742-a885-2daaf0be59ae"
},
{
"userid": "df208757-2269-460c-b743-5e7ee232c344",
"Office365Id": "6533cfd2-616f-49d3-bf2c-ce4b0adc9439",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "836a55a0-f339-41c6-b3df-f4b4e080707c",
"LastLogin": "2026-01-15T09:48:28.6174451+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"be2e63de-c7df-476e-91aa-8c4aa4152ba1",
"248594c6-3e24-4467-855a-4d2631b458fb"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"e1006fcb-8149-4d2b-94d7-0bb2b3d5d068",
"0b951c3b-aa21-40ef-9b6c-6a9bc7041d3d"
]
},
"Created": "2026-01-15T09:48:28.6174451+00:00",
"Modified": "2026-01-15T09:48:28.6174451+00:00",
"Author": "ed653735-c79a-4f7d-8fc5-5fe6dc6c634f",
"Editor": "fdadd5b4-296f-42e3-9291-3f93abc6003a",
"CostRate": [
{
"Id": "92fb8cb2-5a01-4a4c-8b5b-5bff732fafec",
"StartDate": "2026-01-15T09:48:28.6174451+00:00",
"EndDate": "2026-01-15T09:48:28.6174451+00:00",
"Cost": 4.0
},
{
"Id": "92fb8cb2-5a01-4a4c-8b5b-5bff732fafec",
"StartDate": "2026-01-15T09:48:28.6174451+00:00",
"EndDate": "2026-01-15T09:48:28.6174451+00:00",
"Cost": 4.0
}
],
"id": "dfd7b83e-6530-48e5-91f2-95d9fdcfd254",
"ConfigId": "2890c144-ead7-4742-a885-2daaf0be59ae"
}
]