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": "951a8c73-31cf-4a23-a3e8-0f86540be8d0",
"Office365Id": "d81b9940-429d-4633-8dbd-903974911845",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "bfa61f94-e720-46e7-afe0-3dc78eaf0368",
"LastLogin": "2025-12-31T15:53:03.1345732+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"bb0f2203-002b-4a96-ae8c-c1505e9c62e2",
"3a6e96fa-a8fe-44d9-b2e3-756a3cff6214"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"956c6db6-31cf-4c14-9974-e86bf9b171bc",
"30a806ea-d996-41f4-a87b-639ded53ec56"
]
},
"Created": "2025-12-31T15:53:03.1345732+00:00",
"Modified": "2025-12-31T15:53:03.1345732+00:00",
"Author": "c07b406b-9f42-4fd4-a36a-1277d6103c94",
"Editor": "e73df694-6607-42e3-9439-425f30708c8b",
"CostRate": [
{
"Id": "fa77ec7a-fd57-4df5-9408-14d118996ed9",
"StartDate": "2025-12-31T15:53:03.1345732+00:00",
"EndDate": "2025-12-31T15:53:03.1345732+00:00",
"Cost": 4.0
},
{
"Id": "fa77ec7a-fd57-4df5-9408-14d118996ed9",
"StartDate": "2025-12-31T15:53:03.1345732+00:00",
"EndDate": "2025-12-31T15:53:03.1345732+00:00",
"Cost": 4.0
}
],
"id": "4a7bc1a2-0cff-4b93-8988-293c1a579ba6",
"ConfigId": "b41933cf-713d-43a5-9ce4-2029a2700bd7"
},
{
"userid": "951a8c73-31cf-4a23-a3e8-0f86540be8d0",
"Office365Id": "d81b9940-429d-4633-8dbd-903974911845",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "bfa61f94-e720-46e7-afe0-3dc78eaf0368",
"LastLogin": "2025-12-31T15:53:03.1345732+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"bb0f2203-002b-4a96-ae8c-c1505e9c62e2",
"3a6e96fa-a8fe-44d9-b2e3-756a3cff6214"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"956c6db6-31cf-4c14-9974-e86bf9b171bc",
"30a806ea-d996-41f4-a87b-639ded53ec56"
]
},
"Created": "2025-12-31T15:53:03.1345732+00:00",
"Modified": "2025-12-31T15:53:03.1345732+00:00",
"Author": "c07b406b-9f42-4fd4-a36a-1277d6103c94",
"Editor": "e73df694-6607-42e3-9439-425f30708c8b",
"CostRate": [
{
"Id": "fa77ec7a-fd57-4df5-9408-14d118996ed9",
"StartDate": "2025-12-31T15:53:03.1345732+00:00",
"EndDate": "2025-12-31T15:53:03.1345732+00:00",
"Cost": 4.0
},
{
"Id": "fa77ec7a-fd57-4df5-9408-14d118996ed9",
"StartDate": "2025-12-31T15:53:03.1345732+00:00",
"EndDate": "2025-12-31T15:53:03.1345732+00:00",
"Cost": 4.0
}
],
"id": "4a7bc1a2-0cff-4b93-8988-293c1a579ba6",
"ConfigId": "b41933cf-713d-43a5-9ce4-2029a2700bd7"
}
]