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. |
|
| SupportUser | boolean |
None. |
|
| Expiration | date |
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": "63fd74e6-051e-4acc-8f9b-405e1a8112a3",
"Office365Id": "cf54bae0-d86b-47ac-a10c-cbb5bfcf12bc",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "edd8a40d-98df-4ac6-b977-630794a4198c",
"LastLogin": "2026-08-21T20:00:24.6328787+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"ea06b38f-392e-42e4-8108-30c2f1be74a5",
"5ac0a5cb-98c4-4fb7-9f21-b462c5d40944"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"501d591c-861c-4f67-b19f-dd25dd1550ff",
"2a481da0-3ed6-4e3a-ad60-bbbe0ec71211"
]
},
"Created": "2026-08-21T20:00:24.6328787+00:00",
"Modified": "2026-08-21T20:00:24.6328787+00:00",
"Author": "b9029a10-b34f-4cbb-9bb1-745b950e6054",
"Editor": "f19a4764-10aa-47a3-8b0f-bfdea626cf9d",
"SupportUser": true,
"Expiration": "2026-08-21T20:00:24.6328787+00:00",
"CostRate": [
{
"Id": "ff55ede7-8458-47b4-ab2a-5a4d4c4da8eb",
"StartDate": "2026-08-21T20:00:24.6328787+00:00",
"EndDate": "2026-08-21T20:00:24.6328787+00:00",
"Cost": 4.0
},
{
"Id": "ff55ede7-8458-47b4-ab2a-5a4d4c4da8eb",
"StartDate": "2026-08-21T20:00:24.6328787+00:00",
"EndDate": "2026-08-21T20:00:24.6328787+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "56a3d315-9366-4f9b-9245-7381017dbe68",
"StartDate": "2026-08-21T20:00:24.6328787+00:00",
"EndDate": "2026-08-21T20:00:24.6328787+00:00",
"Rate": 4.0
},
{
"Id": "56a3d315-9366-4f9b-9245-7381017dbe68",
"StartDate": "2026-08-21T20:00:24.6328787+00:00",
"EndDate": "2026-08-21T20:00:24.6328787+00:00",
"Rate": 4.0
}
],
"id": "f892e811-36a1-4216-825d-75584a23eaf8",
"ConfigId": "8d4697a5-5d8a-4cce-90fa-5571e0ed6b48"
},
{
"userid": "63fd74e6-051e-4acc-8f9b-405e1a8112a3",
"Office365Id": "cf54bae0-d86b-47ac-a10c-cbb5bfcf12bc",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "edd8a40d-98df-4ac6-b977-630794a4198c",
"LastLogin": "2026-08-21T20:00:24.6328787+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"ea06b38f-392e-42e4-8108-30c2f1be74a5",
"5ac0a5cb-98c4-4fb7-9f21-b462c5d40944"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"501d591c-861c-4f67-b19f-dd25dd1550ff",
"2a481da0-3ed6-4e3a-ad60-bbbe0ec71211"
]
},
"Created": "2026-08-21T20:00:24.6328787+00:00",
"Modified": "2026-08-21T20:00:24.6328787+00:00",
"Author": "b9029a10-b34f-4cbb-9bb1-745b950e6054",
"Editor": "f19a4764-10aa-47a3-8b0f-bfdea626cf9d",
"SupportUser": true,
"Expiration": "2026-08-21T20:00:24.6328787+00:00",
"CostRate": [
{
"Id": "ff55ede7-8458-47b4-ab2a-5a4d4c4da8eb",
"StartDate": "2026-08-21T20:00:24.6328787+00:00",
"EndDate": "2026-08-21T20:00:24.6328787+00:00",
"Cost": 4.0
},
{
"Id": "ff55ede7-8458-47b4-ab2a-5a4d4c4da8eb",
"StartDate": "2026-08-21T20:00:24.6328787+00:00",
"EndDate": "2026-08-21T20:00:24.6328787+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "56a3d315-9366-4f9b-9245-7381017dbe68",
"StartDate": "2026-08-21T20:00:24.6328787+00:00",
"EndDate": "2026-08-21T20:00:24.6328787+00:00",
"Rate": 4.0
},
{
"Id": "56a3d315-9366-4f9b-9245-7381017dbe68",
"StartDate": "2026-08-21T20:00:24.6328787+00:00",
"EndDate": "2026-08-21T20:00:24.6328787+00:00",
"Rate": 4.0
}
],
"id": "f892e811-36a1-4216-825d-75584a23eaf8",
"ConfigId": "8d4697a5-5d8a-4cce-90fa-5571e0ed6b48"
}
]