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": "d10fc0fe-1e1e-49f8-8089-fe5923d43d3e",
"Office365Id": "4ef50ff6-eefd-4988-bb8c-f96e6730b297",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "cc8cfeab-801c-4a38-83ae-803a11c8b3a9",
"LastLogin": "2026-07-10T07:23:49.4517274+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"2ff064ed-22c5-40e2-9889-2563850812bb",
"671a516d-a757-40b5-9b5b-688f3b5d5865"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"c8a681ce-58cc-42bd-9781-7869205da239",
"0e453760-8e6d-4930-9fe1-a771e3fba14a"
]
},
"Created": "2026-07-10T07:23:49.4517274+00:00",
"Modified": "2026-07-10T07:23:49.4517274+00:00",
"Author": "9b886517-72ab-4640-b4a9-03ac91fd4879",
"Editor": "51bb3971-3f84-48fd-a34f-a47ac477241f",
"SupportUser": true,
"Expiration": "2026-07-10T07:23:49.4517274+00:00",
"CostRate": [
{
"Id": "7d2a2404-3c79-4fa5-b21d-36aeaca92108",
"StartDate": "2026-07-10T07:23:49.4517274+00:00",
"EndDate": "2026-07-10T07:23:49.4517274+00:00",
"Cost": 4.0
},
{
"Id": "7d2a2404-3c79-4fa5-b21d-36aeaca92108",
"StartDate": "2026-07-10T07:23:49.4517274+00:00",
"EndDate": "2026-07-10T07:23:49.4517274+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "6c99ba05-4d42-4d31-809e-2e6d7713db01",
"StartDate": "2026-07-10T07:23:49.4517274+00:00",
"EndDate": "2026-07-10T07:23:49.4517274+00:00",
"Rate": 4.0
},
{
"Id": "6c99ba05-4d42-4d31-809e-2e6d7713db01",
"StartDate": "2026-07-10T07:23:49.4517274+00:00",
"EndDate": "2026-07-10T07:23:49.4517274+00:00",
"Rate": 4.0
}
],
"id": "84b501a4-3fd3-4497-9d1a-384a454e2322",
"ConfigId": "dc80d4ae-c954-403c-8a1f-50b22c473336"
},
{
"userid": "d10fc0fe-1e1e-49f8-8089-fe5923d43d3e",
"Office365Id": "4ef50ff6-eefd-4988-bb8c-f96e6730b297",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "cc8cfeab-801c-4a38-83ae-803a11c8b3a9",
"LastLogin": "2026-07-10T07:23:49.4517274+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"2ff064ed-22c5-40e2-9889-2563850812bb",
"671a516d-a757-40b5-9b5b-688f3b5d5865"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"c8a681ce-58cc-42bd-9781-7869205da239",
"0e453760-8e6d-4930-9fe1-a771e3fba14a"
]
},
"Created": "2026-07-10T07:23:49.4517274+00:00",
"Modified": "2026-07-10T07:23:49.4517274+00:00",
"Author": "9b886517-72ab-4640-b4a9-03ac91fd4879",
"Editor": "51bb3971-3f84-48fd-a34f-a47ac477241f",
"SupportUser": true,
"Expiration": "2026-07-10T07:23:49.4517274+00:00",
"CostRate": [
{
"Id": "7d2a2404-3c79-4fa5-b21d-36aeaca92108",
"StartDate": "2026-07-10T07:23:49.4517274+00:00",
"EndDate": "2026-07-10T07:23:49.4517274+00:00",
"Cost": 4.0
},
{
"Id": "7d2a2404-3c79-4fa5-b21d-36aeaca92108",
"StartDate": "2026-07-10T07:23:49.4517274+00:00",
"EndDate": "2026-07-10T07:23:49.4517274+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "6c99ba05-4d42-4d31-809e-2e6d7713db01",
"StartDate": "2026-07-10T07:23:49.4517274+00:00",
"EndDate": "2026-07-10T07:23:49.4517274+00:00",
"Rate": 4.0
},
{
"Id": "6c99ba05-4d42-4d31-809e-2e6d7713db01",
"StartDate": "2026-07-10T07:23:49.4517274+00:00",
"EndDate": "2026-07-10T07:23:49.4517274+00:00",
"Rate": 4.0
}
],
"id": "84b501a4-3fd3-4497-9d1a-384a454e2322",
"ConfigId": "dc80d4ae-c954-403c-8a1f-50b22c473336"
}
]