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": "ff8b2d31-c44c-4ce3-9a21-e857765b0a1d",
"Office365Id": "ff0821df-5c19-4bf0-93fb-305b1536a719",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "875dba1b-27ad-4495-95f2-512b5ebcd721",
"LastLogin": "2026-03-31T13:51:11.7665323+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"e509d68c-fef9-4649-8685-28f21136f3d7",
"2635e01c-c972-47d7-8298-f75e9649de5e"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"ebce31b2-e3f4-4a1f-a29e-e12a7daa557d",
"24086b29-baa4-41be-81e2-cce4cacb55eb"
]
},
"Created": "2026-03-31T13:51:11.7665323+00:00",
"Modified": "2026-03-31T13:51:11.7665323+00:00",
"Author": "fd1add85-e210-4194-a5b0-fee0571da4f1",
"Editor": "310f7315-cb23-441c-90e8-958037f36c48",
"CostRate": [
{
"Id": "6c6a38ba-480a-4e68-8c89-130e1a420471",
"StartDate": "2026-03-31T13:51:11.7665323+00:00",
"EndDate": "2026-03-31T13:51:11.7665323+00:00",
"Cost": 4.0
},
{
"Id": "6c6a38ba-480a-4e68-8c89-130e1a420471",
"StartDate": "2026-03-31T13:51:11.7665323+00:00",
"EndDate": "2026-03-31T13:51:11.7665323+00:00",
"Cost": 4.0
}
],
"id": "108c4c2e-f310-49f1-a154-a2007af56cb0",
"ConfigId": "b8de6a28-1bae-41ae-ac70-e0b165f5dfb0"
},
{
"userid": "ff8b2d31-c44c-4ce3-9a21-e857765b0a1d",
"Office365Id": "ff0821df-5c19-4bf0-93fb-305b1536a719",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "875dba1b-27ad-4495-95f2-512b5ebcd721",
"LastLogin": "2026-03-31T13:51:11.7665323+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"e509d68c-fef9-4649-8685-28f21136f3d7",
"2635e01c-c972-47d7-8298-f75e9649de5e"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"ebce31b2-e3f4-4a1f-a29e-e12a7daa557d",
"24086b29-baa4-41be-81e2-cce4cacb55eb"
]
},
"Created": "2026-03-31T13:51:11.7665323+00:00",
"Modified": "2026-03-31T13:51:11.7665323+00:00",
"Author": "fd1add85-e210-4194-a5b0-fee0571da4f1",
"Editor": "310f7315-cb23-441c-90e8-958037f36c48",
"CostRate": [
{
"Id": "6c6a38ba-480a-4e68-8c89-130e1a420471",
"StartDate": "2026-03-31T13:51:11.7665323+00:00",
"EndDate": "2026-03-31T13:51:11.7665323+00:00",
"Cost": 4.0
},
{
"Id": "6c6a38ba-480a-4e68-8c89-130e1a420471",
"StartDate": "2026-03-31T13:51:11.7665323+00:00",
"EndDate": "2026-03-31T13:51:11.7665323+00:00",
"Cost": 4.0
}
],
"id": "108c4c2e-f310-49f1-a154-a2007af56cb0",
"ConfigId": "b8de6a28-1bae-41ae-ac70-e0b165f5dfb0"
}
]