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": "2beb1800-3d07-49c4-805d-feb4b5f6435a",
"Office365Id": "7e2f650a-2dfb-4f0c-b4b6-1df0ec2b00b8",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "f6b47ea0-14a6-45d3-9d4d-83f1b60b7572",
"LastLogin": "2026-08-18T19:09:23.7414941+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"a4f0f837-3692-4b23-8717-8a6465eee2f1",
"de691cd3-8b52-43c3-829a-2b5a7d72dfb8"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"116307cb-616a-4c0a-ac5a-076029da8556",
"fef6c826-e552-4b7a-a136-892f0f6a408b"
]
},
"Created": "2026-08-18T19:09:23.7414941+00:00",
"Modified": "2026-08-18T19:09:23.7414941+00:00",
"Author": "d733ac9a-3be1-4944-9d4c-d96ad6ab4ec4",
"Editor": "b195441b-6a08-4e72-8823-253027718928",
"SupportUser": true,
"Expiration": "2026-08-18T19:09:23.7414941+00:00",
"CostRate": [
{
"Id": "665fbb73-49ea-43ec-8dea-65e73ee0b23a",
"StartDate": "2026-08-18T19:09:23.7414941+00:00",
"EndDate": "2026-08-18T19:09:23.7414941+00:00",
"Cost": 4.0
},
{
"Id": "665fbb73-49ea-43ec-8dea-65e73ee0b23a",
"StartDate": "2026-08-18T19:09:23.7414941+00:00",
"EndDate": "2026-08-18T19:09:23.7414941+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "6657617b-417f-4729-ba00-c10bc07b7998",
"StartDate": "2026-08-18T19:09:23.7414941+00:00",
"EndDate": "2026-08-18T19:09:23.7414941+00:00",
"Rate": 4.0
},
{
"Id": "6657617b-417f-4729-ba00-c10bc07b7998",
"StartDate": "2026-08-18T19:09:23.7414941+00:00",
"EndDate": "2026-08-18T19:09:23.7414941+00:00",
"Rate": 4.0
}
],
"id": "c0527d22-e054-4ca1-9b6d-3cf06e0db6cc",
"ConfigId": "8e5faef3-7716-40d7-88fe-5bb30a37e802"
},
{
"userid": "2beb1800-3d07-49c4-805d-feb4b5f6435a",
"Office365Id": "7e2f650a-2dfb-4f0c-b4b6-1df0ec2b00b8",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "f6b47ea0-14a6-45d3-9d4d-83f1b60b7572",
"LastLogin": "2026-08-18T19:09:23.7414941+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"a4f0f837-3692-4b23-8717-8a6465eee2f1",
"de691cd3-8b52-43c3-829a-2b5a7d72dfb8"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"116307cb-616a-4c0a-ac5a-076029da8556",
"fef6c826-e552-4b7a-a136-892f0f6a408b"
]
},
"Created": "2026-08-18T19:09:23.7414941+00:00",
"Modified": "2026-08-18T19:09:23.7414941+00:00",
"Author": "d733ac9a-3be1-4944-9d4c-d96ad6ab4ec4",
"Editor": "b195441b-6a08-4e72-8823-253027718928",
"SupportUser": true,
"Expiration": "2026-08-18T19:09:23.7414941+00:00",
"CostRate": [
{
"Id": "665fbb73-49ea-43ec-8dea-65e73ee0b23a",
"StartDate": "2026-08-18T19:09:23.7414941+00:00",
"EndDate": "2026-08-18T19:09:23.7414941+00:00",
"Cost": 4.0
},
{
"Id": "665fbb73-49ea-43ec-8dea-65e73ee0b23a",
"StartDate": "2026-08-18T19:09:23.7414941+00:00",
"EndDate": "2026-08-18T19:09:23.7414941+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "6657617b-417f-4729-ba00-c10bc07b7998",
"StartDate": "2026-08-18T19:09:23.7414941+00:00",
"EndDate": "2026-08-18T19:09:23.7414941+00:00",
"Rate": 4.0
},
{
"Id": "6657617b-417f-4729-ba00-c10bc07b7998",
"StartDate": "2026-08-18T19:09:23.7414941+00:00",
"EndDate": "2026-08-18T19:09:23.7414941+00:00",
"Rate": 4.0
}
],
"id": "c0527d22-e054-4ca1-9b6d-3cf06e0db6cc",
"ConfigId": "8e5faef3-7716-40d7-88fe-5bb30a37e802"
}
]