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": "86e764a1-77c0-47f1-a777-45a6f02f48af",
"Office365Id": "b07cbe29-c8da-4225-9a6a-a7e6ab8e3ba5",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "4bc42a65-5194-40eb-8770-7057d95c34d2",
"LastLogin": "2026-04-02T09:46:55.2953093+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"fbc48305-0aa1-43d5-a058-6f34fdc897ca",
"4c8e1581-080f-423a-9001-f4136ab8aa06"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"8300b0b0-4e6a-4ddc-9629-2a76b875f794",
"bd595b50-9daa-4e8e-a292-6ea5f2ecf08c"
]
},
"Created": "2026-04-02T09:46:55.2953093+00:00",
"Modified": "2026-04-02T09:46:55.2953093+00:00",
"Author": "b42cd307-03d8-42eb-8469-b5ecc0c070eb",
"Editor": "6f403adc-043e-427f-bf1c-d2daa9b71de7",
"CostRate": [
{
"Id": "0def2756-e1bd-4596-8ce7-d348ccec4478",
"StartDate": "2026-04-02T09:46:55.2953093+00:00",
"EndDate": "2026-04-02T09:46:55.2953093+00:00",
"Cost": 4.0
},
{
"Id": "0def2756-e1bd-4596-8ce7-d348ccec4478",
"StartDate": "2026-04-02T09:46:55.2953093+00:00",
"EndDate": "2026-04-02T09:46:55.2953093+00:00",
"Cost": 4.0
}
],
"id": "f8b784db-7cb3-4a47-b9c4-7b0feb9a0325",
"ConfigId": "71297f4c-dc50-4ada-b44a-f725bf16d9b5"
},
{
"userid": "86e764a1-77c0-47f1-a777-45a6f02f48af",
"Office365Id": "b07cbe29-c8da-4225-9a6a-a7e6ab8e3ba5",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "4bc42a65-5194-40eb-8770-7057d95c34d2",
"LastLogin": "2026-04-02T09:46:55.2953093+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"fbc48305-0aa1-43d5-a058-6f34fdc897ca",
"4c8e1581-080f-423a-9001-f4136ab8aa06"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"8300b0b0-4e6a-4ddc-9629-2a76b875f794",
"bd595b50-9daa-4e8e-a292-6ea5f2ecf08c"
]
},
"Created": "2026-04-02T09:46:55.2953093+00:00",
"Modified": "2026-04-02T09:46:55.2953093+00:00",
"Author": "b42cd307-03d8-42eb-8469-b5ecc0c070eb",
"Editor": "6f403adc-043e-427f-bf1c-d2daa9b71de7",
"CostRate": [
{
"Id": "0def2756-e1bd-4596-8ce7-d348ccec4478",
"StartDate": "2026-04-02T09:46:55.2953093+00:00",
"EndDate": "2026-04-02T09:46:55.2953093+00:00",
"Cost": 4.0
},
{
"Id": "0def2756-e1bd-4596-8ce7-d348ccec4478",
"StartDate": "2026-04-02T09:46:55.2953093+00:00",
"EndDate": "2026-04-02T09:46:55.2953093+00:00",
"Cost": 4.0
}
],
"id": "f8b784db-7cb3-4a47-b9c4-7b0feb9a0325",
"ConfigId": "71297f4c-dc50-4ada-b44a-f725bf16d9b5"
}
]