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": "6da743f3-4ba0-4df3-a311-a6f48be299dd",
"Office365Id": "60c0e413-5576-4c24-8deb-3672d24fe24c",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "1acd7b19-e7e2-4688-a9b0-e8dc58a3de0f",
"LastLogin": "2025-11-27T20:38:35.7787329+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"f5002027-c50a-4e09-a127-f7be0a0981b9",
"59ce6ce1-f876-4961-8150-032660774954"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"46e88106-57fc-4c7c-afe1-c9f58a83b790",
"fb058a22-d9dd-4820-b623-b264201b6357"
]
},
"Created": "2025-11-27T20:38:35.7787329+00:00",
"Modified": "2025-11-27T20:38:35.7787329+00:00",
"Author": "9c48e50a-4732-415d-ae2e-2a312bf80f31",
"Editor": "6a8ee26b-d0a0-40fa-ae14-3489a8091138",
"CostRate": [
{
"Id": "67d7b5ad-34ce-4243-96b8-915c08b5ca25",
"StartDate": "2025-11-27T20:38:35.7787329+00:00",
"EndDate": "2025-11-27T20:38:35.7787329+00:00",
"Cost": 4.0
},
{
"Id": "67d7b5ad-34ce-4243-96b8-915c08b5ca25",
"StartDate": "2025-11-27T20:38:35.7787329+00:00",
"EndDate": "2025-11-27T20:38:35.7787329+00:00",
"Cost": 4.0
}
],
"id": "7191f028-a90d-4ae4-b691-45b1a9e42747",
"ConfigId": "0ad5325d-9ff1-4c2a-bb3e-35395a84add6"
},
{
"userid": "6da743f3-4ba0-4df3-a311-a6f48be299dd",
"Office365Id": "60c0e413-5576-4c24-8deb-3672d24fe24c",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "1acd7b19-e7e2-4688-a9b0-e8dc58a3de0f",
"LastLogin": "2025-11-27T20:38:35.7787329+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"f5002027-c50a-4e09-a127-f7be0a0981b9",
"59ce6ce1-f876-4961-8150-032660774954"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"46e88106-57fc-4c7c-afe1-c9f58a83b790",
"fb058a22-d9dd-4820-b623-b264201b6357"
]
},
"Created": "2025-11-27T20:38:35.7787329+00:00",
"Modified": "2025-11-27T20:38:35.7787329+00:00",
"Author": "9c48e50a-4732-415d-ae2e-2a312bf80f31",
"Editor": "6a8ee26b-d0a0-40fa-ae14-3489a8091138",
"CostRate": [
{
"Id": "67d7b5ad-34ce-4243-96b8-915c08b5ca25",
"StartDate": "2025-11-27T20:38:35.7787329+00:00",
"EndDate": "2025-11-27T20:38:35.7787329+00:00",
"Cost": 4.0
},
{
"Id": "67d7b5ad-34ce-4243-96b8-915c08b5ca25",
"StartDate": "2025-11-27T20:38:35.7787329+00:00",
"EndDate": "2025-11-27T20:38:35.7787329+00:00",
"Cost": 4.0
}
],
"id": "7191f028-a90d-4ae4-b691-45b1a9e42747",
"ConfigId": "0ad5325d-9ff1-4c2a-bb3e-35395a84add6"
}
]