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": "3cdc8bbd-724c-42ff-a5b8-d452a4e3f1c6",
"Office365Id": "8892d5b0-34da-4992-bf8b-46d7a870d0c7",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "850a7a6c-2187-4023-8764-285c024c0279",
"LastLogin": "2026-02-11T11:51:40.2281195+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"7a6095cd-8d80-4950-ac35-fc31e81817b4",
"fae9493c-2a31-47ee-aebf-9409c41c497e"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"d5da2d63-3542-4385-92e5-77c650201396",
"a8c1552c-25cc-48aa-a08f-9fda108bf630"
]
},
"Created": "2026-02-11T11:51:40.2281195+00:00",
"Modified": "2026-02-11T11:51:40.2281195+00:00",
"Author": "8083a0cb-0466-4bdd-bbff-ff0f4954ffcb",
"Editor": "bb569af0-479c-4b2e-8cfa-534b40e5fb3b",
"CostRate": [
{
"Id": "82883172-bc8f-467e-bb7a-50d266923efc",
"StartDate": "2026-02-11T11:51:40.2281195+00:00",
"EndDate": "2026-02-11T11:51:40.2281195+00:00",
"Cost": 4.0
},
{
"Id": "82883172-bc8f-467e-bb7a-50d266923efc",
"StartDate": "2026-02-11T11:51:40.2281195+00:00",
"EndDate": "2026-02-11T11:51:40.2281195+00:00",
"Cost": 4.0
}
],
"id": "e506bfdc-679d-494d-850c-081902319580",
"ConfigId": "819f1f13-054b-43e3-8e2d-af567689a8bd"
},
{
"userid": "3cdc8bbd-724c-42ff-a5b8-d452a4e3f1c6",
"Office365Id": "8892d5b0-34da-4992-bf8b-46d7a870d0c7",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "850a7a6c-2187-4023-8764-285c024c0279",
"LastLogin": "2026-02-11T11:51:40.2281195+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"7a6095cd-8d80-4950-ac35-fc31e81817b4",
"fae9493c-2a31-47ee-aebf-9409c41c497e"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"d5da2d63-3542-4385-92e5-77c650201396",
"a8c1552c-25cc-48aa-a08f-9fda108bf630"
]
},
"Created": "2026-02-11T11:51:40.2281195+00:00",
"Modified": "2026-02-11T11:51:40.2281195+00:00",
"Author": "8083a0cb-0466-4bdd-bbff-ff0f4954ffcb",
"Editor": "bb569af0-479c-4b2e-8cfa-534b40e5fb3b",
"CostRate": [
{
"Id": "82883172-bc8f-467e-bb7a-50d266923efc",
"StartDate": "2026-02-11T11:51:40.2281195+00:00",
"EndDate": "2026-02-11T11:51:40.2281195+00:00",
"Cost": 4.0
},
{
"Id": "82883172-bc8f-467e-bb7a-50d266923efc",
"StartDate": "2026-02-11T11:51:40.2281195+00:00",
"EndDate": "2026-02-11T11:51:40.2281195+00:00",
"Cost": 4.0
}
],
"id": "e506bfdc-679d-494d-850c-081902319580",
"ConfigId": "819f1f13-054b-43e3-8e2d-af567689a8bd"
}
]