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. |
|
| RateTable | Collection of ResourceRevenueRate |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"userid": "8b3fc019-3281-47bc-a826-e825d7e659e6",
"Office365Id": "69abdb20-2136-474c-9abf-7734b2801915",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "9bbac97f-d85e-4469-a424-9809b64fd485",
"LastLogin": "2026-04-23T15:50:06.3125868+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"a6392399-70cf-425c-ae51-8643b185395f",
"9ad72bb7-08a3-4502-9e52-2f0057002a80"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"31b8f98f-67ef-4b17-b470-90c6c701cff5",
"01b40390-b9c8-4b3d-a4af-615e75bf5e64"
]
},
"Created": "2026-04-23T15:50:06.3282131+00:00",
"Modified": "2026-04-23T15:50:06.3282131+00:00",
"Author": "c0401dab-ac10-4ff4-99ae-9c7713368bc7",
"Editor": "74a5525b-8087-46b9-a3ca-3a50b675fc63",
"CostRate": [
{
"Id": "8535bc01-65a2-40e4-ad3e-1c1c06d820f4",
"StartDate": "2026-04-23T15:50:06.3282131+00:00",
"EndDate": "2026-04-23T15:50:06.3282131+00:00",
"Cost": 4.0
},
{
"Id": "8535bc01-65a2-40e4-ad3e-1c1c06d820f4",
"StartDate": "2026-04-23T15:50:06.3282131+00:00",
"EndDate": "2026-04-23T15:50:06.3282131+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "0547e276-93cc-433e-b4a9-9ac20763be7c",
"StartDate": "2026-04-23T15:50:06.3282131+00:00",
"EndDate": "2026-04-23T15:50:06.3282131+00:00",
"Rate": 4.0
},
{
"Id": "0547e276-93cc-433e-b4a9-9ac20763be7c",
"StartDate": "2026-04-23T15:50:06.3282131+00:00",
"EndDate": "2026-04-23T15:50:06.3282131+00:00",
"Rate": 4.0
}
],
"id": "473709ab-5213-4aba-aafe-0e63445cdd6a",
"ConfigId": "472307a0-5ef5-4499-8a58-193cde40e7bf"
},
{
"userid": "8b3fc019-3281-47bc-a826-e825d7e659e6",
"Office365Id": "69abdb20-2136-474c-9abf-7734b2801915",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "9bbac97f-d85e-4469-a424-9809b64fd485",
"LastLogin": "2026-04-23T15:50:06.3125868+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"a6392399-70cf-425c-ae51-8643b185395f",
"9ad72bb7-08a3-4502-9e52-2f0057002a80"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"31b8f98f-67ef-4b17-b470-90c6c701cff5",
"01b40390-b9c8-4b3d-a4af-615e75bf5e64"
]
},
"Created": "2026-04-23T15:50:06.3282131+00:00",
"Modified": "2026-04-23T15:50:06.3282131+00:00",
"Author": "c0401dab-ac10-4ff4-99ae-9c7713368bc7",
"Editor": "74a5525b-8087-46b9-a3ca-3a50b675fc63",
"CostRate": [
{
"Id": "8535bc01-65a2-40e4-ad3e-1c1c06d820f4",
"StartDate": "2026-04-23T15:50:06.3282131+00:00",
"EndDate": "2026-04-23T15:50:06.3282131+00:00",
"Cost": 4.0
},
{
"Id": "8535bc01-65a2-40e4-ad3e-1c1c06d820f4",
"StartDate": "2026-04-23T15:50:06.3282131+00:00",
"EndDate": "2026-04-23T15:50:06.3282131+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "0547e276-93cc-433e-b4a9-9ac20763be7c",
"StartDate": "2026-04-23T15:50:06.3282131+00:00",
"EndDate": "2026-04-23T15:50:06.3282131+00:00",
"Rate": 4.0
},
{
"Id": "0547e276-93cc-433e-b4a9-9ac20763be7c",
"StartDate": "2026-04-23T15:50:06.3282131+00:00",
"EndDate": "2026-04-23T15:50:06.3282131+00:00",
"Rate": 4.0
}
],
"id": "473709ab-5213-4aba-aafe-0e63445cdd6a",
"ConfigId": "472307a0-5ef5-4499-8a58-193cde40e7bf"
}
]