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": "baf2a15e-a529-473a-a6f4-6baf14023c0e",
"Office365Id": "4e7d1899-20fe-4424-8ff5-1954d119da1d",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "80f03719-973e-4a55-9180-4e0364901175",
"LastLogin": "2026-01-11T08:52:50.5717184+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"898876af-5b35-4e77-b9fe-e78bb68c44bb",
"4db9ee64-068b-4ba4-8889-781a2c4594cd"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"2a52d00d-e7ed-4e1c-b3a2-5d9fe3b6dc65",
"8eb666d6-d67d-4890-a50c-1ce8f42275b9"
]
},
"Created": "2026-01-11T08:52:50.5717184+00:00",
"Modified": "2026-01-11T08:52:50.5717184+00:00",
"Author": "25a5867b-63fd-4272-a773-ff3dd5a8e778",
"Editor": "ed071411-cd9f-4238-b5dc-618f888c8098",
"CostRate": [
{
"Id": "27e56518-7ad4-437f-8e67-63d934d020b2",
"StartDate": "2026-01-11T08:52:50.5717184+00:00",
"EndDate": "2026-01-11T08:52:50.5717184+00:00",
"Cost": 4.0
},
{
"Id": "27e56518-7ad4-437f-8e67-63d934d020b2",
"StartDate": "2026-01-11T08:52:50.5717184+00:00",
"EndDate": "2026-01-11T08:52:50.5717184+00:00",
"Cost": 4.0
}
],
"id": "d47a7120-1789-462a-aeb9-92a552cd0d39",
"ConfigId": "2d794061-bc45-4b92-9a4b-917229fc5fc1"
},
{
"userid": "baf2a15e-a529-473a-a6f4-6baf14023c0e",
"Office365Id": "4e7d1899-20fe-4424-8ff5-1954d119da1d",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "80f03719-973e-4a55-9180-4e0364901175",
"LastLogin": "2026-01-11T08:52:50.5717184+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"898876af-5b35-4e77-b9fe-e78bb68c44bb",
"4db9ee64-068b-4ba4-8889-781a2c4594cd"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"2a52d00d-e7ed-4e1c-b3a2-5d9fe3b6dc65",
"8eb666d6-d67d-4890-a50c-1ce8f42275b9"
]
},
"Created": "2026-01-11T08:52:50.5717184+00:00",
"Modified": "2026-01-11T08:52:50.5717184+00:00",
"Author": "25a5867b-63fd-4272-a773-ff3dd5a8e778",
"Editor": "ed071411-cd9f-4238-b5dc-618f888c8098",
"CostRate": [
{
"Id": "27e56518-7ad4-437f-8e67-63d934d020b2",
"StartDate": "2026-01-11T08:52:50.5717184+00:00",
"EndDate": "2026-01-11T08:52:50.5717184+00:00",
"Cost": 4.0
},
{
"Id": "27e56518-7ad4-437f-8e67-63d934d020b2",
"StartDate": "2026-01-11T08:52:50.5717184+00:00",
"EndDate": "2026-01-11T08:52:50.5717184+00:00",
"Cost": 4.0
}
],
"id": "d47a7120-1789-462a-aeb9-92a552cd0d39",
"ConfigId": "2d794061-bc45-4b92-9a4b-917229fc5fc1"
}
]