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": "3d8d639d-a44a-4f2b-9783-821415740e9f",
"Office365Id": "a0bd3669-b73c-4bf1-8d31-d5564d77173c",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "b85640a6-5ed2-4711-96f7-4e541a3f7bd0",
"LastLogin": "2025-12-13T21:44:14.4515125+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"dacd6d8c-3451-4115-b323-61599ad262e0",
"e4bd710c-282b-4641-a29c-b20b26ebe737"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"125a4543-d2ff-40e6-8eb3-20fc0ccb6a15",
"622f5647-a48c-43d6-a364-150e71529397"
]
},
"Created": "2025-12-13T21:44:14.4515125+00:00",
"Modified": "2025-12-13T21:44:14.4515125+00:00",
"Author": "8c6d78a5-f694-4ae1-afa8-b0045ec4e93d",
"Editor": "45b2d7fe-3dd9-4cad-9c4e-55ed5985d6fa",
"CostRate": [
{
"Id": "32b72e21-0b43-40ae-8057-c3a9da2b388d",
"StartDate": "2025-12-13T21:44:14.4515125+00:00",
"EndDate": "2025-12-13T21:44:14.4515125+00:00",
"Cost": 4.0
},
{
"Id": "32b72e21-0b43-40ae-8057-c3a9da2b388d",
"StartDate": "2025-12-13T21:44:14.4515125+00:00",
"EndDate": "2025-12-13T21:44:14.4515125+00:00",
"Cost": 4.0
}
],
"id": "35f58861-c9aa-45f4-8fd8-b8df557e3e0d",
"ConfigId": "9b712081-8b1c-4d38-b8c0-d56087228792"
},
{
"userid": "3d8d639d-a44a-4f2b-9783-821415740e9f",
"Office365Id": "a0bd3669-b73c-4bf1-8d31-d5564d77173c",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "b85640a6-5ed2-4711-96f7-4e541a3f7bd0",
"LastLogin": "2025-12-13T21:44:14.4515125+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"dacd6d8c-3451-4115-b323-61599ad262e0",
"e4bd710c-282b-4641-a29c-b20b26ebe737"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"125a4543-d2ff-40e6-8eb3-20fc0ccb6a15",
"622f5647-a48c-43d6-a364-150e71529397"
]
},
"Created": "2025-12-13T21:44:14.4515125+00:00",
"Modified": "2025-12-13T21:44:14.4515125+00:00",
"Author": "8c6d78a5-f694-4ae1-afa8-b0045ec4e93d",
"Editor": "45b2d7fe-3dd9-4cad-9c4e-55ed5985d6fa",
"CostRate": [
{
"Id": "32b72e21-0b43-40ae-8057-c3a9da2b388d",
"StartDate": "2025-12-13T21:44:14.4515125+00:00",
"EndDate": "2025-12-13T21:44:14.4515125+00:00",
"Cost": 4.0
},
{
"Id": "32b72e21-0b43-40ae-8057-c3a9da2b388d",
"StartDate": "2025-12-13T21:44:14.4515125+00:00",
"EndDate": "2025-12-13T21:44:14.4515125+00:00",
"Cost": 4.0
}
],
"id": "35f58861-c9aa-45f4-8fd8-b8df557e3e0d",
"ConfigId": "9b712081-8b1c-4d38-b8c0-d56087228792"
}
]