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": "a539bff7-6fcf-4ac6-a744-e1078f1e5b53",
"Office365Id": "a2d19e5a-70ed-44f7-9b27-91cb65af761f",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "623b88ee-2fbb-498b-8528-328f1ecf2aac",
"LastLogin": "2026-03-24T13:42:30.0707498+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"bdfacb6d-6d9c-4f9e-8824-ea31ed22fe1f",
"971c6895-105b-4451-8ca4-aad77b7535be"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"4a94a911-38db-45b9-8f42-6ed4a5494681",
"f47eb622-a129-4084-a54c-690f402cfd24"
]
},
"Created": "2026-03-24T13:42:30.0707498+00:00",
"Modified": "2026-03-24T13:42:30.0707498+00:00",
"Author": "3ec0ca44-b4a8-43fc-9f03-456e9e6d6286",
"Editor": "2937b313-d8f8-44e8-a43b-72f95f31dbec",
"CostRate": [
{
"Id": "f3288550-3fd9-4e3b-85cd-10a7a80195fe",
"StartDate": "2026-03-24T13:42:30.0707498+00:00",
"EndDate": "2026-03-24T13:42:30.0707498+00:00",
"Cost": 4.0
},
{
"Id": "f3288550-3fd9-4e3b-85cd-10a7a80195fe",
"StartDate": "2026-03-24T13:42:30.0707498+00:00",
"EndDate": "2026-03-24T13:42:30.0707498+00:00",
"Cost": 4.0
}
],
"id": "51901cfc-f85d-45be-9c1b-e7644f507e5c",
"ConfigId": "d5b1d3d6-771c-4627-91da-c17b0af4fd78"
},
{
"userid": "a539bff7-6fcf-4ac6-a744-e1078f1e5b53",
"Office365Id": "a2d19e5a-70ed-44f7-9b27-91cb65af761f",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "623b88ee-2fbb-498b-8528-328f1ecf2aac",
"LastLogin": "2026-03-24T13:42:30.0707498+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"bdfacb6d-6d9c-4f9e-8824-ea31ed22fe1f",
"971c6895-105b-4451-8ca4-aad77b7535be"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"4a94a911-38db-45b9-8f42-6ed4a5494681",
"f47eb622-a129-4084-a54c-690f402cfd24"
]
},
"Created": "2026-03-24T13:42:30.0707498+00:00",
"Modified": "2026-03-24T13:42:30.0707498+00:00",
"Author": "3ec0ca44-b4a8-43fc-9f03-456e9e6d6286",
"Editor": "2937b313-d8f8-44e8-a43b-72f95f31dbec",
"CostRate": [
{
"Id": "f3288550-3fd9-4e3b-85cd-10a7a80195fe",
"StartDate": "2026-03-24T13:42:30.0707498+00:00",
"EndDate": "2026-03-24T13:42:30.0707498+00:00",
"Cost": 4.0
},
{
"Id": "f3288550-3fd9-4e3b-85cd-10a7a80195fe",
"StartDate": "2026-03-24T13:42:30.0707498+00:00",
"EndDate": "2026-03-24T13:42:30.0707498+00:00",
"Cost": 4.0
}
],
"id": "51901cfc-f85d-45be-9c1b-e7644f507e5c",
"ConfigId": "d5b1d3d6-771c-4627-91da-c17b0af4fd78"
}
]