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": "c470a710-f549-4ca6-a737-589f4f9f7077",
"Office365Id": "26dbaf05-6145-4fb9-950e-6c7330fb2869",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "11e85119-4c89-4ec0-b655-115338ad43fc",
"LastLogin": "2026-01-17T00:09:45.5032961+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"1f9db011-9a93-4392-95fe-ba65b2dc8ad0",
"b9f76dca-0e61-4f61-b1d1-419a55014a91"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"bcb61dfc-9d67-458f-88c6-f45f468e6fe1",
"6ec84331-eb1e-46d0-8c24-77efcc2ecc19"
]
},
"Created": "2026-01-17T00:09:45.5032961+00:00",
"Modified": "2026-01-17T00:09:45.5032961+00:00",
"Author": "e5712ff1-6de3-4739-ae47-d767b293b013",
"Editor": "db4baa33-8108-47f5-90b2-94e8585243b7",
"CostRate": [
{
"Id": "42dad577-6a28-45ad-b32e-4b459479cdc5",
"StartDate": "2026-01-17T00:09:45.5032961+00:00",
"EndDate": "2026-01-17T00:09:45.5032961+00:00",
"Cost": 4.0
},
{
"Id": "42dad577-6a28-45ad-b32e-4b459479cdc5",
"StartDate": "2026-01-17T00:09:45.5032961+00:00",
"EndDate": "2026-01-17T00:09:45.5032961+00:00",
"Cost": 4.0
}
],
"id": "4c410feb-2e81-4fa3-9145-cb651d8289a9",
"ConfigId": "f2d2f6e8-d646-446d-a033-857c7dbeacfb"
},
{
"userid": "c470a710-f549-4ca6-a737-589f4f9f7077",
"Office365Id": "26dbaf05-6145-4fb9-950e-6c7330fb2869",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "11e85119-4c89-4ec0-b655-115338ad43fc",
"LastLogin": "2026-01-17T00:09:45.5032961+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"1f9db011-9a93-4392-95fe-ba65b2dc8ad0",
"b9f76dca-0e61-4f61-b1d1-419a55014a91"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"bcb61dfc-9d67-458f-88c6-f45f468e6fe1",
"6ec84331-eb1e-46d0-8c24-77efcc2ecc19"
]
},
"Created": "2026-01-17T00:09:45.5032961+00:00",
"Modified": "2026-01-17T00:09:45.5032961+00:00",
"Author": "e5712ff1-6de3-4739-ae47-d767b293b013",
"Editor": "db4baa33-8108-47f5-90b2-94e8585243b7",
"CostRate": [
{
"Id": "42dad577-6a28-45ad-b32e-4b459479cdc5",
"StartDate": "2026-01-17T00:09:45.5032961+00:00",
"EndDate": "2026-01-17T00:09:45.5032961+00:00",
"Cost": 4.0
},
{
"Id": "42dad577-6a28-45ad-b32e-4b459479cdc5",
"StartDate": "2026-01-17T00:09:45.5032961+00:00",
"EndDate": "2026-01-17T00:09:45.5032961+00:00",
"Cost": 4.0
}
],
"id": "4c410feb-2e81-4fa3-9145-cb651d8289a9",
"ConfigId": "f2d2f6e8-d646-446d-a033-857c7dbeacfb"
}
]