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. |
|
| RateTable | Collection of ResourceRevenueRate |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"userid": "1256ccfa-22b9-4161-b36a-34768bfb0fde",
"Office365Id": "9400c4cd-d66f-420e-89ac-340d620bb079",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "0354a749-b6b4-4a4f-a096-6415f870f460",
"LastLogin": "2026-05-07T13:24:39.9023093+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"5d3eb772-3632-4a38-b868-778c1614faf3",
"ba8d58c8-47e5-45bd-af98-a6181aeb3d80"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"62655aeb-083f-4c59-b440-029b181be3cb",
"1fd6b51d-829d-4314-af0a-026c7b5b95b6"
]
},
"Created": "2026-05-07T13:24:39.9023093+00:00",
"Modified": "2026-05-07T13:24:39.9023093+00:00",
"Author": "1a31816b-8dd2-4d02-af78-61091f84c24d",
"Editor": "744386c6-172d-4c03-b145-224c1fc42136",
"CostRate": [
{
"Id": "ff73c9c4-141b-43d0-a56d-09a28578b981",
"StartDate": "2026-05-07T13:24:39.9023093+00:00",
"EndDate": "2026-05-07T13:24:39.9023093+00:00",
"Cost": 4.0
},
{
"Id": "ff73c9c4-141b-43d0-a56d-09a28578b981",
"StartDate": "2026-05-07T13:24:39.9023093+00:00",
"EndDate": "2026-05-07T13:24:39.9023093+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "b1f9a3b2-b300-4058-8969-1ac8993e6a10",
"StartDate": "2026-05-07T13:24:39.9023093+00:00",
"EndDate": "2026-05-07T13:24:39.9023093+00:00",
"Rate": 4.0
},
{
"Id": "b1f9a3b2-b300-4058-8969-1ac8993e6a10",
"StartDate": "2026-05-07T13:24:39.9023093+00:00",
"EndDate": "2026-05-07T13:24:39.9023093+00:00",
"Rate": 4.0
}
],
"id": "354bcc2b-4728-4147-984d-1ec080139a58",
"ConfigId": "c094901b-ac36-48ca-a066-f36ec40a625a"
},
{
"userid": "1256ccfa-22b9-4161-b36a-34768bfb0fde",
"Office365Id": "9400c4cd-d66f-420e-89ac-340d620bb079",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "0354a749-b6b4-4a4f-a096-6415f870f460",
"LastLogin": "2026-05-07T13:24:39.9023093+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"5d3eb772-3632-4a38-b868-778c1614faf3",
"ba8d58c8-47e5-45bd-af98-a6181aeb3d80"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"62655aeb-083f-4c59-b440-029b181be3cb",
"1fd6b51d-829d-4314-af0a-026c7b5b95b6"
]
},
"Created": "2026-05-07T13:24:39.9023093+00:00",
"Modified": "2026-05-07T13:24:39.9023093+00:00",
"Author": "1a31816b-8dd2-4d02-af78-61091f84c24d",
"Editor": "744386c6-172d-4c03-b145-224c1fc42136",
"CostRate": [
{
"Id": "ff73c9c4-141b-43d0-a56d-09a28578b981",
"StartDate": "2026-05-07T13:24:39.9023093+00:00",
"EndDate": "2026-05-07T13:24:39.9023093+00:00",
"Cost": 4.0
},
{
"Id": "ff73c9c4-141b-43d0-a56d-09a28578b981",
"StartDate": "2026-05-07T13:24:39.9023093+00:00",
"EndDate": "2026-05-07T13:24:39.9023093+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "b1f9a3b2-b300-4058-8969-1ac8993e6a10",
"StartDate": "2026-05-07T13:24:39.9023093+00:00",
"EndDate": "2026-05-07T13:24:39.9023093+00:00",
"Rate": 4.0
},
{
"Id": "b1f9a3b2-b300-4058-8969-1ac8993e6a10",
"StartDate": "2026-05-07T13:24:39.9023093+00:00",
"EndDate": "2026-05-07T13:24:39.9023093+00:00",
"Rate": 4.0
}
],
"id": "354bcc2b-4728-4147-984d-1ec080139a58",
"ConfigId": "c094901b-ac36-48ca-a066-f36ec40a625a"
}
]