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": "7d3bedce-c3c6-42e5-8b8b-658a58023598",
"Office365Id": "b8a20ca0-6cb5-4b59-a6b9-c1b8c73b730c",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "4d864cb4-08bb-4b8e-89a9-51eea071c8c9",
"LastLogin": "2026-08-24T20:30:42.2998911+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"675c1bdc-ce0b-4129-a43b-a13a10c534e6",
"d73bd6c3-3383-4128-8e5a-30dd50f8e959"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"3a4e7a67-0cda-4b7e-82dd-9765507e268b",
"3719ec3c-c97f-461b-994a-0787f1d5adc6"
]
},
"Created": "2026-08-24T20:30:42.2998911+00:00",
"Modified": "2026-08-24T20:30:42.2998911+00:00",
"Author": "527bd6de-0639-41af-9c12-3037e7af486f",
"Editor": "0e04d411-e307-41fd-87bf-35474d9c1e2c",
"SupportUser": true,
"Expiration": "2026-08-24T20:30:42.2998911+00:00",
"CostRate": [
{
"Id": "423ee5f5-f7a2-49a4-9739-63ae4b048959",
"StartDate": "2026-08-24T20:30:42.2998911+00:00",
"EndDate": "2026-08-24T20:30:42.2998911+00:00",
"Cost": 4.0
},
{
"Id": "423ee5f5-f7a2-49a4-9739-63ae4b048959",
"StartDate": "2026-08-24T20:30:42.2998911+00:00",
"EndDate": "2026-08-24T20:30:42.2998911+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "6631c324-e0cb-48fb-a510-ad860463213c",
"StartDate": "2026-08-24T20:30:42.2998911+00:00",
"EndDate": "2026-08-24T20:30:42.2998911+00:00",
"Rate": 4.0
},
{
"Id": "6631c324-e0cb-48fb-a510-ad860463213c",
"StartDate": "2026-08-24T20:30:42.2998911+00:00",
"EndDate": "2026-08-24T20:30:42.2998911+00:00",
"Rate": 4.0
}
],
"id": "4ec984f4-261c-4f59-9a7d-042a3acd8b12",
"ConfigId": "5136217f-c345-4b47-9043-3cc5e91d0491"
},
{
"userid": "7d3bedce-c3c6-42e5-8b8b-658a58023598",
"Office365Id": "b8a20ca0-6cb5-4b59-a6b9-c1b8c73b730c",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "4d864cb4-08bb-4b8e-89a9-51eea071c8c9",
"LastLogin": "2026-08-24T20:30:42.2998911+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"675c1bdc-ce0b-4129-a43b-a13a10c534e6",
"d73bd6c3-3383-4128-8e5a-30dd50f8e959"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"3a4e7a67-0cda-4b7e-82dd-9765507e268b",
"3719ec3c-c97f-461b-994a-0787f1d5adc6"
]
},
"Created": "2026-08-24T20:30:42.2998911+00:00",
"Modified": "2026-08-24T20:30:42.2998911+00:00",
"Author": "527bd6de-0639-41af-9c12-3037e7af486f",
"Editor": "0e04d411-e307-41fd-87bf-35474d9c1e2c",
"SupportUser": true,
"Expiration": "2026-08-24T20:30:42.2998911+00:00",
"CostRate": [
{
"Id": "423ee5f5-f7a2-49a4-9739-63ae4b048959",
"StartDate": "2026-08-24T20:30:42.2998911+00:00",
"EndDate": "2026-08-24T20:30:42.2998911+00:00",
"Cost": 4.0
},
{
"Id": "423ee5f5-f7a2-49a4-9739-63ae4b048959",
"StartDate": "2026-08-24T20:30:42.2998911+00:00",
"EndDate": "2026-08-24T20:30:42.2998911+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "6631c324-e0cb-48fb-a510-ad860463213c",
"StartDate": "2026-08-24T20:30:42.2998911+00:00",
"EndDate": "2026-08-24T20:30:42.2998911+00:00",
"Rate": 4.0
},
{
"Id": "6631c324-e0cb-48fb-a510-ad860463213c",
"StartDate": "2026-08-24T20:30:42.2998911+00:00",
"EndDate": "2026-08-24T20:30:42.2998911+00:00",
"Rate": 4.0
}
],
"id": "4ec984f4-261c-4f59-9a7d-042a3acd8b12",
"ConfigId": "5136217f-c345-4b47-9043-3cc5e91d0491"
}
]