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": "27955168-9b4d-4d38-a714-c4e5871385ae",
"Office365Id": "e2c67a02-c746-4709-8610-bad532e92495",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "7ee137f7-47aa-4573-8a9c-f9c36e4bf68c",
"LastLogin": "2026-03-04T08:04:44.2481649+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"338cf8ff-cf54-4e3d-9544-813fc0ebf79f",
"6fee825e-3e55-4ec9-b1cc-cab8ed1c795f"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"63cad227-e6fc-4f65-b328-ff1bf77a8244",
"7e2f0c7b-f15d-4f4f-8020-60d2e7498981"
]
},
"Created": "2026-03-04T08:04:44.2481649+00:00",
"Modified": "2026-03-04T08:04:44.2481649+00:00",
"Author": "aa085b35-f5ce-4959-ba8d-38e0b179df9c",
"Editor": "57a0c9ea-bc31-4ea7-9821-dfb2490d4b97",
"CostRate": [
{
"Id": "2c9d2ad4-2c6a-4f34-b41b-41d2ac0ae9be",
"StartDate": "2026-03-04T08:04:44.2481649+00:00",
"EndDate": "2026-03-04T08:04:44.2481649+00:00",
"Cost": 4.0
},
{
"Id": "2c9d2ad4-2c6a-4f34-b41b-41d2ac0ae9be",
"StartDate": "2026-03-04T08:04:44.2481649+00:00",
"EndDate": "2026-03-04T08:04:44.2481649+00:00",
"Cost": 4.0
}
],
"id": "b57b5cb1-6049-445c-bc74-11e86bda2827",
"ConfigId": "3e312806-e36f-435d-9335-f5c28bd9bee4"
},
{
"userid": "27955168-9b4d-4d38-a714-c4e5871385ae",
"Office365Id": "e2c67a02-c746-4709-8610-bad532e92495",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "7ee137f7-47aa-4573-8a9c-f9c36e4bf68c",
"LastLogin": "2026-03-04T08:04:44.2481649+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"338cf8ff-cf54-4e3d-9544-813fc0ebf79f",
"6fee825e-3e55-4ec9-b1cc-cab8ed1c795f"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"63cad227-e6fc-4f65-b328-ff1bf77a8244",
"7e2f0c7b-f15d-4f4f-8020-60d2e7498981"
]
},
"Created": "2026-03-04T08:04:44.2481649+00:00",
"Modified": "2026-03-04T08:04:44.2481649+00:00",
"Author": "aa085b35-f5ce-4959-ba8d-38e0b179df9c",
"Editor": "57a0c9ea-bc31-4ea7-9821-dfb2490d4b97",
"CostRate": [
{
"Id": "2c9d2ad4-2c6a-4f34-b41b-41d2ac0ae9be",
"StartDate": "2026-03-04T08:04:44.2481649+00:00",
"EndDate": "2026-03-04T08:04:44.2481649+00:00",
"Cost": 4.0
},
{
"Id": "2c9d2ad4-2c6a-4f34-b41b-41d2ac0ae9be",
"StartDate": "2026-03-04T08:04:44.2481649+00:00",
"EndDate": "2026-03-04T08:04:44.2481649+00:00",
"Cost": 4.0
}
],
"id": "b57b5cb1-6049-445c-bc74-11e86bda2827",
"ConfigId": "3e312806-e36f-435d-9335-f5c28bd9bee4"
}
]