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": "adb65200-597b-418f-8b62-b43ba38ebda2",
"Office365Id": "c524d45c-ad76-471c-9b91-70dc40e1cf7a",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "cbd32353-9d72-4bf2-909b-a11c4d101391",
"LastLogin": "2026-01-05T07:24:15.6217856+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"4571a839-c1a9-43ca-b1cb-d29e632da80a",
"f93bb5c4-bb0b-43e1-b19e-3830c3cb0fec"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"795e3dbe-138a-4beb-bdd7-c76e50e3eb5c",
"1771f0fd-0a59-4a5a-961d-c256acf73f45"
]
},
"Created": "2026-01-05T07:24:15.6217856+00:00",
"Modified": "2026-01-05T07:24:15.6217856+00:00",
"Author": "2f921cb2-715a-41ad-8663-40d79298f882",
"Editor": "567b7920-d0d0-4f95-9f37-f7c9ffd0da43",
"CostRate": [
{
"Id": "1b278700-ea45-4fec-b3c8-a4de7bd6c637",
"StartDate": "2026-01-05T07:24:15.6217856+00:00",
"EndDate": "2026-01-05T07:24:15.6217856+00:00",
"Cost": 4.0
},
{
"Id": "1b278700-ea45-4fec-b3c8-a4de7bd6c637",
"StartDate": "2026-01-05T07:24:15.6217856+00:00",
"EndDate": "2026-01-05T07:24:15.6217856+00:00",
"Cost": 4.0
}
],
"id": "3ddc19da-8caa-47c7-ae02-7c09afc5cfc1",
"ConfigId": "39e45eff-608b-4f3f-996b-57008ea705bd"
},
{
"userid": "adb65200-597b-418f-8b62-b43ba38ebda2",
"Office365Id": "c524d45c-ad76-471c-9b91-70dc40e1cf7a",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "cbd32353-9d72-4bf2-909b-a11c4d101391",
"LastLogin": "2026-01-05T07:24:15.6217856+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"4571a839-c1a9-43ca-b1cb-d29e632da80a",
"f93bb5c4-bb0b-43e1-b19e-3830c3cb0fec"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"795e3dbe-138a-4beb-bdd7-c76e50e3eb5c",
"1771f0fd-0a59-4a5a-961d-c256acf73f45"
]
},
"Created": "2026-01-05T07:24:15.6217856+00:00",
"Modified": "2026-01-05T07:24:15.6217856+00:00",
"Author": "2f921cb2-715a-41ad-8663-40d79298f882",
"Editor": "567b7920-d0d0-4f95-9f37-f7c9ffd0da43",
"CostRate": [
{
"Id": "1b278700-ea45-4fec-b3c8-a4de7bd6c637",
"StartDate": "2026-01-05T07:24:15.6217856+00:00",
"EndDate": "2026-01-05T07:24:15.6217856+00:00",
"Cost": 4.0
},
{
"Id": "1b278700-ea45-4fec-b3c8-a4de7bd6c637",
"StartDate": "2026-01-05T07:24:15.6217856+00:00",
"EndDate": "2026-01-05T07:24:15.6217856+00:00",
"Cost": 4.0
}
],
"id": "3ddc19da-8caa-47c7-ae02-7c09afc5cfc1",
"ConfigId": "39e45eff-608b-4f3f-996b-57008ea705bd"
}
]