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": "4f36f872-7cdd-4bf8-860a-3e4d910012f4",
"Office365Id": "0a6d7e38-d4c2-4f16-9160-1a03dccd2f65",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "571030dc-47c5-4851-9a5c-ebe99af23bb2",
"LastLogin": "2026-03-19T00:49:29.5003206+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"aefd3ed7-5395-4287-8eab-13ab5ac2ff1a",
"49668dfe-ce08-4af2-914e-9f4be6051b6b"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"d0330bb4-591a-48ee-a9de-d144052be546",
"daabca8a-8373-4356-8bff-8dbbb85d270b"
]
},
"Created": "2026-03-19T00:49:29.5003206+00:00",
"Modified": "2026-03-19T00:49:29.5003206+00:00",
"Author": "05f72d23-fe84-488b-b408-984aceceb82c",
"Editor": "168a920a-e521-45ec-9cd4-c76c1727c6ec",
"CostRate": [
{
"Id": "f17ae386-384c-4da0-90fd-ecbefe1cbea5",
"StartDate": "2026-03-19T00:49:29.5003206+00:00",
"EndDate": "2026-03-19T00:49:29.5003206+00:00",
"Cost": 4.0
},
{
"Id": "f17ae386-384c-4da0-90fd-ecbefe1cbea5",
"StartDate": "2026-03-19T00:49:29.5003206+00:00",
"EndDate": "2026-03-19T00:49:29.5003206+00:00",
"Cost": 4.0
}
],
"id": "1df90c3c-1b26-4600-a3bb-9fd12d0e885e",
"ConfigId": "c84b0224-899a-47ab-bd48-10b2ffe21f2b"
},
{
"userid": "4f36f872-7cdd-4bf8-860a-3e4d910012f4",
"Office365Id": "0a6d7e38-d4c2-4f16-9160-1a03dccd2f65",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "571030dc-47c5-4851-9a5c-ebe99af23bb2",
"LastLogin": "2026-03-19T00:49:29.5003206+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"aefd3ed7-5395-4287-8eab-13ab5ac2ff1a",
"49668dfe-ce08-4af2-914e-9f4be6051b6b"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"d0330bb4-591a-48ee-a9de-d144052be546",
"daabca8a-8373-4356-8bff-8dbbb85d270b"
]
},
"Created": "2026-03-19T00:49:29.5003206+00:00",
"Modified": "2026-03-19T00:49:29.5003206+00:00",
"Author": "05f72d23-fe84-488b-b408-984aceceb82c",
"Editor": "168a920a-e521-45ec-9cd4-c76c1727c6ec",
"CostRate": [
{
"Id": "f17ae386-384c-4da0-90fd-ecbefe1cbea5",
"StartDate": "2026-03-19T00:49:29.5003206+00:00",
"EndDate": "2026-03-19T00:49:29.5003206+00:00",
"Cost": 4.0
},
{
"Id": "f17ae386-384c-4da0-90fd-ecbefe1cbea5",
"StartDate": "2026-03-19T00:49:29.5003206+00:00",
"EndDate": "2026-03-19T00:49:29.5003206+00:00",
"Cost": 4.0
}
],
"id": "1df90c3c-1b26-4600-a3bb-9fd12d0e885e",
"ConfigId": "c84b0224-899a-47ab-bd48-10b2ffe21f2b"
}
]