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": "c34b7c15-7f02-446b-b0b8-b4b0f95c6b15",
"Office365Id": "bf4a3e1d-991b-47b4-ace4-1d92d4738d79",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "db7ed7e2-646c-4e80-a4ed-357856003a0d",
"LastLogin": "2025-12-28T08:30:03.8921332+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"209af833-5669-4fe7-9d90-f96a4cfa47cd",
"780581c4-b0c9-49c0-8f77-824f9f58b4b6"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"66b8a2bf-84aa-404e-b2bb-2808fefde36b",
"a3dddd63-8fe4-45be-a7c8-8c0c5604b240"
]
},
"Created": "2025-12-28T08:30:03.8921332+00:00",
"Modified": "2025-12-28T08:30:03.8921332+00:00",
"Author": "a8af3ab7-48b2-4602-86ab-349425fa0fbf",
"Editor": "6f76f093-ea9d-48fe-869b-c1e842010134",
"CostRate": [
{
"Id": "d7bff03f-9ccb-4423-b612-f82904e22607",
"StartDate": "2025-12-28T08:30:03.8921332+00:00",
"EndDate": "2025-12-28T08:30:03.8921332+00:00",
"Cost": 4.0
},
{
"Id": "d7bff03f-9ccb-4423-b612-f82904e22607",
"StartDate": "2025-12-28T08:30:03.8921332+00:00",
"EndDate": "2025-12-28T08:30:03.8921332+00:00",
"Cost": 4.0
}
],
"id": "44fec23b-8762-45bc-ac4a-8de21bb1396a",
"ConfigId": "d2efe175-c0aa-4a6a-9c82-19d739c81340"
},
{
"userid": "c34b7c15-7f02-446b-b0b8-b4b0f95c6b15",
"Office365Id": "bf4a3e1d-991b-47b4-ace4-1d92d4738d79",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "db7ed7e2-646c-4e80-a4ed-357856003a0d",
"LastLogin": "2025-12-28T08:30:03.8921332+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"209af833-5669-4fe7-9d90-f96a4cfa47cd",
"780581c4-b0c9-49c0-8f77-824f9f58b4b6"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"66b8a2bf-84aa-404e-b2bb-2808fefde36b",
"a3dddd63-8fe4-45be-a7c8-8c0c5604b240"
]
},
"Created": "2025-12-28T08:30:03.8921332+00:00",
"Modified": "2025-12-28T08:30:03.8921332+00:00",
"Author": "a8af3ab7-48b2-4602-86ab-349425fa0fbf",
"Editor": "6f76f093-ea9d-48fe-869b-c1e842010134",
"CostRate": [
{
"Id": "d7bff03f-9ccb-4423-b612-f82904e22607",
"StartDate": "2025-12-28T08:30:03.8921332+00:00",
"EndDate": "2025-12-28T08:30:03.8921332+00:00",
"Cost": 4.0
},
{
"Id": "d7bff03f-9ccb-4423-b612-f82904e22607",
"StartDate": "2025-12-28T08:30:03.8921332+00:00",
"EndDate": "2025-12-28T08:30:03.8921332+00:00",
"Cost": 4.0
}
],
"id": "44fec23b-8762-45bc-ac4a-8de21bb1396a",
"ConfigId": "d2efe175-c0aa-4a6a-9c82-19d739c81340"
}
]