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": "40430238-0bea-462a-b12e-90439752b223",
"Office365Id": "2b2e8bb6-4420-4e08-8c57-64efe7fd6c86",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "486bac03-c8cc-4e2c-8485-5a2e82ca4988",
"LastLogin": "2026-08-06T13:54:40.4555935+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"82a60ab1-96ec-47b5-a69a-c5521c5f1785",
"54521705-4d88-4d28-b8e3-af199f12bed0"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"ae5db0ee-9d0d-4bf8-ba43-50ee40b87883",
"c7e70f9b-5b55-4f1b-b062-ff22a608eb29"
]
},
"Created": "2026-08-06T13:54:40.4555935+00:00",
"Modified": "2026-08-06T13:54:40.4555935+00:00",
"Author": "b01b4bc3-aa67-4439-b2d7-e719466e405e",
"Editor": "a4d7e5ff-1a9e-44fe-9eb9-afd0d1a9c317",
"SupportUser": true,
"Expiration": "2026-08-06T13:54:40.4555935+00:00",
"CostRate": [
{
"Id": "1dcafa3c-5fe6-4443-b493-6ed72fcb8822",
"StartDate": "2026-08-06T13:54:40.4555935+00:00",
"EndDate": "2026-08-06T13:54:40.4555935+00:00",
"Cost": 4.0
},
{
"Id": "1dcafa3c-5fe6-4443-b493-6ed72fcb8822",
"StartDate": "2026-08-06T13:54:40.4555935+00:00",
"EndDate": "2026-08-06T13:54:40.4555935+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "cd7e7e34-998a-48b7-a10b-d5d1f0a1234e",
"StartDate": "2026-08-06T13:54:40.4555935+00:00",
"EndDate": "2026-08-06T13:54:40.4555935+00:00",
"Rate": 4.0
},
{
"Id": "cd7e7e34-998a-48b7-a10b-d5d1f0a1234e",
"StartDate": "2026-08-06T13:54:40.4555935+00:00",
"EndDate": "2026-08-06T13:54:40.4555935+00:00",
"Rate": 4.0
}
],
"id": "43a168ca-6507-4963-b82b-9ab81c257609",
"ConfigId": "0e9b6b5d-7d2a-4123-bc0d-91ea30f56c78"
},
{
"userid": "40430238-0bea-462a-b12e-90439752b223",
"Office365Id": "2b2e8bb6-4420-4e08-8c57-64efe7fd6c86",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "486bac03-c8cc-4e2c-8485-5a2e82ca4988",
"LastLogin": "2026-08-06T13:54:40.4555935+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"82a60ab1-96ec-47b5-a69a-c5521c5f1785",
"54521705-4d88-4d28-b8e3-af199f12bed0"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"ae5db0ee-9d0d-4bf8-ba43-50ee40b87883",
"c7e70f9b-5b55-4f1b-b062-ff22a608eb29"
]
},
"Created": "2026-08-06T13:54:40.4555935+00:00",
"Modified": "2026-08-06T13:54:40.4555935+00:00",
"Author": "b01b4bc3-aa67-4439-b2d7-e719466e405e",
"Editor": "a4d7e5ff-1a9e-44fe-9eb9-afd0d1a9c317",
"SupportUser": true,
"Expiration": "2026-08-06T13:54:40.4555935+00:00",
"CostRate": [
{
"Id": "1dcafa3c-5fe6-4443-b493-6ed72fcb8822",
"StartDate": "2026-08-06T13:54:40.4555935+00:00",
"EndDate": "2026-08-06T13:54:40.4555935+00:00",
"Cost": 4.0
},
{
"Id": "1dcafa3c-5fe6-4443-b493-6ed72fcb8822",
"StartDate": "2026-08-06T13:54:40.4555935+00:00",
"EndDate": "2026-08-06T13:54:40.4555935+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "cd7e7e34-998a-48b7-a10b-d5d1f0a1234e",
"StartDate": "2026-08-06T13:54:40.4555935+00:00",
"EndDate": "2026-08-06T13:54:40.4555935+00:00",
"Rate": 4.0
},
{
"Id": "cd7e7e34-998a-48b7-a10b-d5d1f0a1234e",
"StartDate": "2026-08-06T13:54:40.4555935+00:00",
"EndDate": "2026-08-06T13:54:40.4555935+00:00",
"Rate": 4.0
}
],
"id": "43a168ca-6507-4963-b82b-9ab81c257609",
"ConfigId": "0e9b6b5d-7d2a-4123-bc0d-91ea30f56c78"
}
]