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. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"userid": "bd5ad36c-88f4-4840-b125-dda365cd31c6",
"Office365Id": "b41c6cbc-6dcb-4953-9cf2-6ee0eda0cade",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "b1381ebe-15c6-44f0-a26e-26c8e3dec0dd",
"LastLogin": "2026-01-16T05:02:12.0528756+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"3668390e-dea9-4613-98b7-2c65b62e1571",
"abd11fd1-c4f8-43f8-828b-12b508d6cbf8"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"fe291cbd-2546-4786-9f7c-0c7a97334d11",
"ad670375-4632-4896-842a-01457cbcd533"
]
},
"Created": "2026-01-16T05:02:12.0528756+00:00",
"Modified": "2026-01-16T05:02:12.0528756+00:00",
"Author": "95f0330f-8a31-4d22-9c6e-f99452d03262",
"Editor": "85c61b99-6813-4271-9442-e38ae8c63806",
"CostRate": [
{
"Id": "c1e7ba35-9c6a-454b-aed2-f7b263fb9e98",
"StartDate": "2026-01-16T05:02:12.0528756+00:00",
"EndDate": "2026-01-16T05:02:12.0528756+00:00",
"Cost": 4.0
},
{
"Id": "c1e7ba35-9c6a-454b-aed2-f7b263fb9e98",
"StartDate": "2026-01-16T05:02:12.0528756+00:00",
"EndDate": "2026-01-16T05:02:12.0528756+00:00",
"Cost": 4.0
}
],
"id": "154ae196-9fa1-44af-8485-101ca03ef463",
"ConfigId": "8eed46e5-8be0-49d6-b357-2ecb3f19715c"
},
{
"userid": "bd5ad36c-88f4-4840-b125-dda365cd31c6",
"Office365Id": "b41c6cbc-6dcb-4953-9cf2-6ee0eda0cade",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "b1381ebe-15c6-44f0-a26e-26c8e3dec0dd",
"LastLogin": "2026-01-16T05:02:12.0528756+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"3668390e-dea9-4613-98b7-2c65b62e1571",
"abd11fd1-c4f8-43f8-828b-12b508d6cbf8"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"fe291cbd-2546-4786-9f7c-0c7a97334d11",
"ad670375-4632-4896-842a-01457cbcd533"
]
},
"Created": "2026-01-16T05:02:12.0528756+00:00",
"Modified": "2026-01-16T05:02:12.0528756+00:00",
"Author": "95f0330f-8a31-4d22-9c6e-f99452d03262",
"Editor": "85c61b99-6813-4271-9442-e38ae8c63806",
"CostRate": [
{
"Id": "c1e7ba35-9c6a-454b-aed2-f7b263fb9e98",
"StartDate": "2026-01-16T05:02:12.0528756+00:00",
"EndDate": "2026-01-16T05:02:12.0528756+00:00",
"Cost": 4.0
},
{
"Id": "c1e7ba35-9c6a-454b-aed2-f7b263fb9e98",
"StartDate": "2026-01-16T05:02:12.0528756+00:00",
"EndDate": "2026-01-16T05:02:12.0528756+00:00",
"Cost": 4.0
}
],
"id": "154ae196-9fa1-44af-8485-101ca03ef463",
"ConfigId": "8eed46e5-8be0-49d6-b357-2ecb3f19715c"
}
]