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": "26f7c7e6-78cc-4bf4-9330-eefe00b2aa89",
"Office365Id": "b1dfc151-527d-45fe-be7c-6bfb646d04eb",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "c50fd49b-f2af-44e8-ad49-8144ff2a98b0",
"LastLogin": "2025-12-22T08:41:51.8203164+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"4c8dd955-7087-4855-a166-b770da53f3d0",
"69187e2e-d768-473b-9a93-ceb4f076ae5a"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"4a3f2afe-e060-460f-a456-e1821085d5c8",
"39ee233f-c9a2-426c-8093-c7685467d4a1"
]
},
"Created": "2025-12-22T08:41:51.8203164+00:00",
"Modified": "2025-12-22T08:41:51.8203164+00:00",
"Author": "e51a9a55-1680-40bc-81e6-6e7fb274d381",
"Editor": "dffbb6ad-bb9c-4c82-943e-5c77f19b1230",
"CostRate": [
{
"Id": "7c87059c-6d94-493c-a1f7-39c72e50fa67",
"StartDate": "2025-12-22T08:41:51.8203164+00:00",
"EndDate": "2025-12-22T08:41:51.8203164+00:00",
"Cost": 4.0
},
{
"Id": "7c87059c-6d94-493c-a1f7-39c72e50fa67",
"StartDate": "2025-12-22T08:41:51.8203164+00:00",
"EndDate": "2025-12-22T08:41:51.8203164+00:00",
"Cost": 4.0
}
],
"id": "8524f559-e255-4863-ab6b-b612310df029",
"ConfigId": "ef9b23e3-1a96-49ee-ac98-c282444c4a85"
},
{
"userid": "26f7c7e6-78cc-4bf4-9330-eefe00b2aa89",
"Office365Id": "b1dfc151-527d-45fe-be7c-6bfb646d04eb",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "c50fd49b-f2af-44e8-ad49-8144ff2a98b0",
"LastLogin": "2025-12-22T08:41:51.8203164+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"4c8dd955-7087-4855-a166-b770da53f3d0",
"69187e2e-d768-473b-9a93-ceb4f076ae5a"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"4a3f2afe-e060-460f-a456-e1821085d5c8",
"39ee233f-c9a2-426c-8093-c7685467d4a1"
]
},
"Created": "2025-12-22T08:41:51.8203164+00:00",
"Modified": "2025-12-22T08:41:51.8203164+00:00",
"Author": "e51a9a55-1680-40bc-81e6-6e7fb274d381",
"Editor": "dffbb6ad-bb9c-4c82-943e-5c77f19b1230",
"CostRate": [
{
"Id": "7c87059c-6d94-493c-a1f7-39c72e50fa67",
"StartDate": "2025-12-22T08:41:51.8203164+00:00",
"EndDate": "2025-12-22T08:41:51.8203164+00:00",
"Cost": 4.0
},
{
"Id": "7c87059c-6d94-493c-a1f7-39c72e50fa67",
"StartDate": "2025-12-22T08:41:51.8203164+00:00",
"EndDate": "2025-12-22T08:41:51.8203164+00:00",
"Cost": 4.0
}
],
"id": "8524f559-e255-4863-ab6b-b612310df029",
"ConfigId": "ef9b23e3-1a96-49ee-ac98-c282444c4a85"
}
]