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": "00e048a2-ab4e-45cb-beed-0eb2c3e6227d",
"Office365Id": "4d67d30a-0194-42f4-ba79-27318f708c68",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "7f5649b5-16c4-4027-8b24-660ba352865b",
"LastLogin": "2026-08-09T14:32:29.0905053+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"79cac52f-2a20-47db-bd5b-47111751993a",
"2c870d2d-964f-4f58-b374-129ecebd44d8"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"26531f2a-87ce-47ab-ba7d-526d44617122",
"9b8039c5-cff3-4f9d-ad79-ecbb13788074"
]
},
"Created": "2026-08-09T14:32:29.0905053+00:00",
"Modified": "2026-08-09T14:32:29.0905053+00:00",
"Author": "e1509882-7036-4435-97e6-722cc1920e48",
"Editor": "bca54ed9-0881-44f6-853b-03f2201ed668",
"SupportUser": true,
"Expiration": "2026-08-09T14:32:29.0905053+00:00",
"CostRate": [
{
"Id": "87cb4102-0ab8-4006-a32e-e39092748e69",
"StartDate": "2026-08-09T14:32:29.0905053+00:00",
"EndDate": "2026-08-09T14:32:29.0905053+00:00",
"Cost": 4.0
},
{
"Id": "87cb4102-0ab8-4006-a32e-e39092748e69",
"StartDate": "2026-08-09T14:32:29.0905053+00:00",
"EndDate": "2026-08-09T14:32:29.0905053+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "a23c2b9d-2bbc-4dde-9311-b5e8af994ec2",
"StartDate": "2026-08-09T14:32:29.0905053+00:00",
"EndDate": "2026-08-09T14:32:29.0905053+00:00",
"Rate": 4.0
},
{
"Id": "a23c2b9d-2bbc-4dde-9311-b5e8af994ec2",
"StartDate": "2026-08-09T14:32:29.0905053+00:00",
"EndDate": "2026-08-09T14:32:29.0905053+00:00",
"Rate": 4.0
}
],
"id": "d16515f6-f181-4b8f-8bde-54b883cee80e",
"ConfigId": "ed6e0172-9449-4d37-91ef-d3aaf45cf3c5"
},
{
"userid": "00e048a2-ab4e-45cb-beed-0eb2c3e6227d",
"Office365Id": "4d67d30a-0194-42f4-ba79-27318f708c68",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "7f5649b5-16c4-4027-8b24-660ba352865b",
"LastLogin": "2026-08-09T14:32:29.0905053+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"79cac52f-2a20-47db-bd5b-47111751993a",
"2c870d2d-964f-4f58-b374-129ecebd44d8"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"26531f2a-87ce-47ab-ba7d-526d44617122",
"9b8039c5-cff3-4f9d-ad79-ecbb13788074"
]
},
"Created": "2026-08-09T14:32:29.0905053+00:00",
"Modified": "2026-08-09T14:32:29.0905053+00:00",
"Author": "e1509882-7036-4435-97e6-722cc1920e48",
"Editor": "bca54ed9-0881-44f6-853b-03f2201ed668",
"SupportUser": true,
"Expiration": "2026-08-09T14:32:29.0905053+00:00",
"CostRate": [
{
"Id": "87cb4102-0ab8-4006-a32e-e39092748e69",
"StartDate": "2026-08-09T14:32:29.0905053+00:00",
"EndDate": "2026-08-09T14:32:29.0905053+00:00",
"Cost": 4.0
},
{
"Id": "87cb4102-0ab8-4006-a32e-e39092748e69",
"StartDate": "2026-08-09T14:32:29.0905053+00:00",
"EndDate": "2026-08-09T14:32:29.0905053+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "a23c2b9d-2bbc-4dde-9311-b5e8af994ec2",
"StartDate": "2026-08-09T14:32:29.0905053+00:00",
"EndDate": "2026-08-09T14:32:29.0905053+00:00",
"Rate": 4.0
},
{
"Id": "a23c2b9d-2bbc-4dde-9311-b5e8af994ec2",
"StartDate": "2026-08-09T14:32:29.0905053+00:00",
"EndDate": "2026-08-09T14:32:29.0905053+00:00",
"Rate": 4.0
}
],
"id": "d16515f6-f181-4b8f-8bde-54b883cee80e",
"ConfigId": "ed6e0172-9449-4d37-91ef-d3aaf45cf3c5"
}
]