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": "09736a90-45d6-408b-88dd-a7ebba8d9ad6",
"Office365Id": "0c528297-0d10-4f0d-b7a1-a79af0841c30",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "624f82a6-effb-4d4c-adab-b326c856a761",
"LastLogin": "2025-12-26T01:30:31.3179309+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"8870a753-42c7-42be-a348-994bf6594f34",
"c621e096-1339-44f2-8a7f-86c15c73c177"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"dcca4b93-64b4-4aed-ab25-dde3c57e263f",
"31e64a01-c3b8-4a16-97ac-1a5b12a65245"
]
},
"Created": "2025-12-26T01:30:31.3179309+00:00",
"Modified": "2025-12-26T01:30:31.3179309+00:00",
"Author": "c2b6a73b-aa75-47be-b2f3-0a7cd85c2a94",
"Editor": "cf8bf21d-bc94-4f41-a71e-5a745c74ea14",
"CostRate": [
{
"Id": "e22a5855-9eb3-431a-b004-ff579c26903b",
"StartDate": "2025-12-26T01:30:31.3179309+00:00",
"EndDate": "2025-12-26T01:30:31.3179309+00:00",
"Cost": 4.0
},
{
"Id": "e22a5855-9eb3-431a-b004-ff579c26903b",
"StartDate": "2025-12-26T01:30:31.3179309+00:00",
"EndDate": "2025-12-26T01:30:31.3179309+00:00",
"Cost": 4.0
}
],
"id": "cfe36cc4-18f8-4ca8-9e88-db7182815e27",
"ConfigId": "e0c8208e-47f3-42c4-81a3-a55cba39d341"
},
{
"userid": "09736a90-45d6-408b-88dd-a7ebba8d9ad6",
"Office365Id": "0c528297-0d10-4f0d-b7a1-a79af0841c30",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "624f82a6-effb-4d4c-adab-b326c856a761",
"LastLogin": "2025-12-26T01:30:31.3179309+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"8870a753-42c7-42be-a348-994bf6594f34",
"c621e096-1339-44f2-8a7f-86c15c73c177"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"dcca4b93-64b4-4aed-ab25-dde3c57e263f",
"31e64a01-c3b8-4a16-97ac-1a5b12a65245"
]
},
"Created": "2025-12-26T01:30:31.3179309+00:00",
"Modified": "2025-12-26T01:30:31.3179309+00:00",
"Author": "c2b6a73b-aa75-47be-b2f3-0a7cd85c2a94",
"Editor": "cf8bf21d-bc94-4f41-a71e-5a745c74ea14",
"CostRate": [
{
"Id": "e22a5855-9eb3-431a-b004-ff579c26903b",
"StartDate": "2025-12-26T01:30:31.3179309+00:00",
"EndDate": "2025-12-26T01:30:31.3179309+00:00",
"Cost": 4.0
},
{
"Id": "e22a5855-9eb3-431a-b004-ff579c26903b",
"StartDate": "2025-12-26T01:30:31.3179309+00:00",
"EndDate": "2025-12-26T01:30:31.3179309+00:00",
"Cost": 4.0
}
],
"id": "cfe36cc4-18f8-4ca8-9e88-db7182815e27",
"ConfigId": "e0c8208e-47f3-42c4-81a3-a55cba39d341"
}
]