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": "9b5078ab-ee7a-4fd1-aa3e-054669128afb",
"Office365Id": "223582a4-8d1a-4d8c-a428-d0da641fa1fb",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "eb2e5e04-5656-4fe0-9752-9051763e4213",
"LastLogin": "2026-04-07T17:18:05.2212658+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"03074a2d-5d36-4e7a-8904-943f9edfe895",
"34399cf2-37fb-4fa3-9390-c3ef3d98afe7"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"13f33c5b-8415-4fca-9fec-0ef7e402370a",
"354d1076-e820-4887-beb9-5385f9de218c"
]
},
"Created": "2026-04-07T17:18:05.2212658+00:00",
"Modified": "2026-04-07T17:18:05.2212658+00:00",
"Author": "f52ac2ab-e5c5-4b7d-9e1f-7f5b8036e000",
"Editor": "1b54f50c-49f8-471f-9927-04ea19f381f0",
"CostRate": [
{
"Id": "f9c2e49f-3612-4086-a8a2-d6583b8ae053",
"StartDate": "2026-04-07T17:18:05.2212658+00:00",
"EndDate": "2026-04-07T17:18:05.2212658+00:00",
"Cost": 4.0
},
{
"Id": "f9c2e49f-3612-4086-a8a2-d6583b8ae053",
"StartDate": "2026-04-07T17:18:05.2212658+00:00",
"EndDate": "2026-04-07T17:18:05.2212658+00:00",
"Cost": 4.0
}
],
"id": "3a8a0f23-1f46-4ea4-b807-34da80a3939f",
"ConfigId": "08722191-0246-4693-bf25-b40389aca27e"
},
{
"userid": "9b5078ab-ee7a-4fd1-aa3e-054669128afb",
"Office365Id": "223582a4-8d1a-4d8c-a428-d0da641fa1fb",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "eb2e5e04-5656-4fe0-9752-9051763e4213",
"LastLogin": "2026-04-07T17:18:05.2212658+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"03074a2d-5d36-4e7a-8904-943f9edfe895",
"34399cf2-37fb-4fa3-9390-c3ef3d98afe7"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"13f33c5b-8415-4fca-9fec-0ef7e402370a",
"354d1076-e820-4887-beb9-5385f9de218c"
]
},
"Created": "2026-04-07T17:18:05.2212658+00:00",
"Modified": "2026-04-07T17:18:05.2212658+00:00",
"Author": "f52ac2ab-e5c5-4b7d-9e1f-7f5b8036e000",
"Editor": "1b54f50c-49f8-471f-9927-04ea19f381f0",
"CostRate": [
{
"Id": "f9c2e49f-3612-4086-a8a2-d6583b8ae053",
"StartDate": "2026-04-07T17:18:05.2212658+00:00",
"EndDate": "2026-04-07T17:18:05.2212658+00:00",
"Cost": 4.0
},
{
"Id": "f9c2e49f-3612-4086-a8a2-d6583b8ae053",
"StartDate": "2026-04-07T17:18:05.2212658+00:00",
"EndDate": "2026-04-07T17:18:05.2212658+00:00",
"Cost": 4.0
}
],
"id": "3a8a0f23-1f46-4ea4-b807-34da80a3939f",
"ConfigId": "08722191-0246-4693-bf25-b40389aca27e"
}
]