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": "a0115385-ca06-46db-ae28-3eb26ddd89f9",
"Office365Id": "0c391b51-16c9-4445-b55a-0069d051c24f",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "c51cdfae-af7e-438d-a43d-55cf47ffdac6",
"LastLogin": "2026-04-10T10:06:28.8684158+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"3c6fc682-8c9b-4029-a634-ae8233a9ec20",
"9e59a593-e982-441d-a944-426cf47c7d1e"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"a125d55a-50e5-44a3-9782-a72589a85146",
"c91c5c7b-af77-4b76-967a-856c435fe80e"
]
},
"Created": "2026-04-10T10:06:28.8684158+00:00",
"Modified": "2026-04-10T10:06:28.8684158+00:00",
"Author": "9dc00903-fa50-460c-8020-5e267e4852dd",
"Editor": "5e632f9b-5146-47f5-a1ea-2465828c6dfe",
"CostRate": [
{
"Id": "7abe2b31-c8b4-49ff-97a8-fc646926d6eb",
"StartDate": "2026-04-10T10:06:28.8684158+00:00",
"EndDate": "2026-04-10T10:06:28.8684158+00:00",
"Cost": 4.0
},
{
"Id": "7abe2b31-c8b4-49ff-97a8-fc646926d6eb",
"StartDate": "2026-04-10T10:06:28.8684158+00:00",
"EndDate": "2026-04-10T10:06:28.8684158+00:00",
"Cost": 4.0
}
],
"id": "4520be05-cfc1-4d11-b0c1-3d26b2109ff9",
"ConfigId": "e7a2d58f-c350-47f7-bf23-35ff05613ce1"
},
{
"userid": "a0115385-ca06-46db-ae28-3eb26ddd89f9",
"Office365Id": "0c391b51-16c9-4445-b55a-0069d051c24f",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "c51cdfae-af7e-438d-a43d-55cf47ffdac6",
"LastLogin": "2026-04-10T10:06:28.8684158+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"3c6fc682-8c9b-4029-a634-ae8233a9ec20",
"9e59a593-e982-441d-a944-426cf47c7d1e"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"a125d55a-50e5-44a3-9782-a72589a85146",
"c91c5c7b-af77-4b76-967a-856c435fe80e"
]
},
"Created": "2026-04-10T10:06:28.8684158+00:00",
"Modified": "2026-04-10T10:06:28.8684158+00:00",
"Author": "9dc00903-fa50-460c-8020-5e267e4852dd",
"Editor": "5e632f9b-5146-47f5-a1ea-2465828c6dfe",
"CostRate": [
{
"Id": "7abe2b31-c8b4-49ff-97a8-fc646926d6eb",
"StartDate": "2026-04-10T10:06:28.8684158+00:00",
"EndDate": "2026-04-10T10:06:28.8684158+00:00",
"Cost": 4.0
},
{
"Id": "7abe2b31-c8b4-49ff-97a8-fc646926d6eb",
"StartDate": "2026-04-10T10:06:28.8684158+00:00",
"EndDate": "2026-04-10T10:06:28.8684158+00:00",
"Cost": 4.0
}
],
"id": "4520be05-cfc1-4d11-b0c1-3d26b2109ff9",
"ConfigId": "e7a2d58f-c350-47f7-bf23-35ff05613ce1"
}
]