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": "1397ee3e-8d1b-4fe1-b188-18371b9e5473",
"Office365Id": "ea19cc7a-550c-44d4-9f67-3171a1fe5344",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "7ada8eef-deea-4fd5-b1d0-8e51dcc8eb06",
"LastLogin": "2026-04-09T19:56:44.2877995+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"75aba930-2c2c-40cb-a0d4-14d46b2b6107",
"d3e3f1a9-442b-48c7-b8d0-63f36c666b1e"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"0088fbc0-f251-4d95-b9b3-b7919a1445a3",
"f50099d1-d059-405a-8cdb-6a4b26f31da6"
]
},
"Created": "2026-04-09T19:56:44.2877995+00:00",
"Modified": "2026-04-09T19:56:44.2877995+00:00",
"Author": "0ca44ce8-5ccd-47a8-9481-634aeb407cd6",
"Editor": "4486df81-23c0-4a45-9e21-def9f4009c43",
"CostRate": [
{
"Id": "c2fe50d6-6fbe-47b5-9ee0-9d6c5e6d95c0",
"StartDate": "2026-04-09T19:56:44.2877995+00:00",
"EndDate": "2026-04-09T19:56:44.2877995+00:00",
"Cost": 4.0
},
{
"Id": "c2fe50d6-6fbe-47b5-9ee0-9d6c5e6d95c0",
"StartDate": "2026-04-09T19:56:44.2877995+00:00",
"EndDate": "2026-04-09T19:56:44.2877995+00:00",
"Cost": 4.0
}
],
"id": "d976fe87-e90f-487d-9082-fe66ba3e212f",
"ConfigId": "1a496091-495d-492a-b4a6-06a61d795bb3"
},
{
"userid": "1397ee3e-8d1b-4fe1-b188-18371b9e5473",
"Office365Id": "ea19cc7a-550c-44d4-9f67-3171a1fe5344",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "7ada8eef-deea-4fd5-b1d0-8e51dcc8eb06",
"LastLogin": "2026-04-09T19:56:44.2877995+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"75aba930-2c2c-40cb-a0d4-14d46b2b6107",
"d3e3f1a9-442b-48c7-b8d0-63f36c666b1e"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"0088fbc0-f251-4d95-b9b3-b7919a1445a3",
"f50099d1-d059-405a-8cdb-6a4b26f31da6"
]
},
"Created": "2026-04-09T19:56:44.2877995+00:00",
"Modified": "2026-04-09T19:56:44.2877995+00:00",
"Author": "0ca44ce8-5ccd-47a8-9481-634aeb407cd6",
"Editor": "4486df81-23c0-4a45-9e21-def9f4009c43",
"CostRate": [
{
"Id": "c2fe50d6-6fbe-47b5-9ee0-9d6c5e6d95c0",
"StartDate": "2026-04-09T19:56:44.2877995+00:00",
"EndDate": "2026-04-09T19:56:44.2877995+00:00",
"Cost": 4.0
},
{
"Id": "c2fe50d6-6fbe-47b5-9ee0-9d6c5e6d95c0",
"StartDate": "2026-04-09T19:56:44.2877995+00:00",
"EndDate": "2026-04-09T19:56:44.2877995+00:00",
"Cost": 4.0
}
],
"id": "d976fe87-e90f-487d-9082-fe66ba3e212f",
"ConfigId": "1a496091-495d-492a-b4a6-06a61d795bb3"
}
]