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. |
|
| SupportUser | boolean |
None. |
|
| Expiration | date |
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": "29ed13c8-0f06-45f3-bd02-be6e81bce58a",
"Office365Id": "df2608d9-a26d-451b-b177-ae364c16e98d",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "5cacf25e-85c9-4f24-ab21-de1456d7ad5f",
"LastLogin": "2026-07-28T11:10:29.2410993+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"7a9250c4-0e24-4c14-b148-2703aecc3da6",
"4976f8fa-7f07-434b-85a6-322e98d36dfe"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"df86b7be-481f-4056-8e14-553e62adef9f",
"da8b5515-9c4d-42c6-8fe9-8b693b43fc6a"
]
},
"Created": "2026-07-28T11:10:29.2410993+00:00",
"Modified": "2026-07-28T11:10:29.2410993+00:00",
"Author": "0766dfff-caf0-450d-855b-d11d98d42462",
"Editor": "e16115d5-30e4-4b5f-9ece-d0731dbb7654",
"SupportUser": true,
"Expiration": "2026-07-28T11:10:29.2410993+00:00",
"CostRate": [
{
"Id": "6e06a54e-1790-4422-a989-8d5257ae30d8",
"StartDate": "2026-07-28T11:10:29.2410993+00:00",
"EndDate": "2026-07-28T11:10:29.2410993+00:00",
"Cost": 4.0
},
{
"Id": "6e06a54e-1790-4422-a989-8d5257ae30d8",
"StartDate": "2026-07-28T11:10:29.2410993+00:00",
"EndDate": "2026-07-28T11:10:29.2410993+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "1252ec78-31a2-4a16-bb56-33e17b6d681e",
"StartDate": "2026-07-28T11:10:29.2410993+00:00",
"EndDate": "2026-07-28T11:10:29.2410993+00:00",
"Rate": 4.0
},
{
"Id": "1252ec78-31a2-4a16-bb56-33e17b6d681e",
"StartDate": "2026-07-28T11:10:29.2410993+00:00",
"EndDate": "2026-07-28T11:10:29.2410993+00:00",
"Rate": 4.0
}
],
"id": "9dc1c4b3-81e7-4c94-ae75-3d816c7d48bd",
"ConfigId": "cf6e2d81-ebcf-45a5-8163-c83af1129978"
},
{
"userid": "29ed13c8-0f06-45f3-bd02-be6e81bce58a",
"Office365Id": "df2608d9-a26d-451b-b177-ae364c16e98d",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "5cacf25e-85c9-4f24-ab21-de1456d7ad5f",
"LastLogin": "2026-07-28T11:10:29.2410993+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"7a9250c4-0e24-4c14-b148-2703aecc3da6",
"4976f8fa-7f07-434b-85a6-322e98d36dfe"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"df86b7be-481f-4056-8e14-553e62adef9f",
"da8b5515-9c4d-42c6-8fe9-8b693b43fc6a"
]
},
"Created": "2026-07-28T11:10:29.2410993+00:00",
"Modified": "2026-07-28T11:10:29.2410993+00:00",
"Author": "0766dfff-caf0-450d-855b-d11d98d42462",
"Editor": "e16115d5-30e4-4b5f-9ece-d0731dbb7654",
"SupportUser": true,
"Expiration": "2026-07-28T11:10:29.2410993+00:00",
"CostRate": [
{
"Id": "6e06a54e-1790-4422-a989-8d5257ae30d8",
"StartDate": "2026-07-28T11:10:29.2410993+00:00",
"EndDate": "2026-07-28T11:10:29.2410993+00:00",
"Cost": 4.0
},
{
"Id": "6e06a54e-1790-4422-a989-8d5257ae30d8",
"StartDate": "2026-07-28T11:10:29.2410993+00:00",
"EndDate": "2026-07-28T11:10:29.2410993+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "1252ec78-31a2-4a16-bb56-33e17b6d681e",
"StartDate": "2026-07-28T11:10:29.2410993+00:00",
"EndDate": "2026-07-28T11:10:29.2410993+00:00",
"Rate": 4.0
},
{
"Id": "1252ec78-31a2-4a16-bb56-33e17b6d681e",
"StartDate": "2026-07-28T11:10:29.2410993+00:00",
"EndDate": "2026-07-28T11:10:29.2410993+00:00",
"Rate": 4.0
}
],
"id": "9dc1c4b3-81e7-4c94-ae75-3d816c7d48bd",
"ConfigId": "cf6e2d81-ebcf-45a5-8163-c83af1129978"
}
]