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": "cf5bac9e-4b72-4d42-a80d-d3dc56c309d0",
"Office365Id": "3d58daf1-4d89-4d24-ba07-b33bfc142866",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "380f1e84-78c1-4b63-95ee-2700fdeca54b",
"LastLogin": "2026-04-06T16:12:44.2578061+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"7183f500-e48d-4563-a311-e00bf81e1b9b",
"642a9594-4195-4a7b-a612-13cb85708afa"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"4a5fcf87-6e28-44ac-b2ce-1c2f5b7baa5b",
"1bba512c-c09b-4a94-a90c-df8c73fd1957"
]
},
"Created": "2026-04-06T16:12:44.2578061+00:00",
"Modified": "2026-04-06T16:12:44.2578061+00:00",
"Author": "bce21524-f3ce-400e-9cc0-5a8867132bf0",
"Editor": "1f40691d-ced0-4bfd-ac50-d85405c1b360",
"CostRate": [
{
"Id": "ab2be1ab-9d1f-4c09-8ec2-0a12ee056943",
"StartDate": "2026-04-06T16:12:44.2578061+00:00",
"EndDate": "2026-04-06T16:12:44.2578061+00:00",
"Cost": 4.0
},
{
"Id": "ab2be1ab-9d1f-4c09-8ec2-0a12ee056943",
"StartDate": "2026-04-06T16:12:44.2578061+00:00",
"EndDate": "2026-04-06T16:12:44.2578061+00:00",
"Cost": 4.0
}
],
"id": "188903e5-e95d-4434-bec7-2582e54721d3",
"ConfigId": "75a2c697-f822-4798-b843-1750c9b86c8d"
},
{
"userid": "cf5bac9e-4b72-4d42-a80d-d3dc56c309d0",
"Office365Id": "3d58daf1-4d89-4d24-ba07-b33bfc142866",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "380f1e84-78c1-4b63-95ee-2700fdeca54b",
"LastLogin": "2026-04-06T16:12:44.2578061+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"7183f500-e48d-4563-a311-e00bf81e1b9b",
"642a9594-4195-4a7b-a612-13cb85708afa"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"4a5fcf87-6e28-44ac-b2ce-1c2f5b7baa5b",
"1bba512c-c09b-4a94-a90c-df8c73fd1957"
]
},
"Created": "2026-04-06T16:12:44.2578061+00:00",
"Modified": "2026-04-06T16:12:44.2578061+00:00",
"Author": "bce21524-f3ce-400e-9cc0-5a8867132bf0",
"Editor": "1f40691d-ced0-4bfd-ac50-d85405c1b360",
"CostRate": [
{
"Id": "ab2be1ab-9d1f-4c09-8ec2-0a12ee056943",
"StartDate": "2026-04-06T16:12:44.2578061+00:00",
"EndDate": "2026-04-06T16:12:44.2578061+00:00",
"Cost": 4.0
},
{
"Id": "ab2be1ab-9d1f-4c09-8ec2-0a12ee056943",
"StartDate": "2026-04-06T16:12:44.2578061+00:00",
"EndDate": "2026-04-06T16:12:44.2578061+00:00",
"Cost": 4.0
}
],
"id": "188903e5-e95d-4434-bec7-2582e54721d3",
"ConfigId": "75a2c697-f822-4798-b843-1750c9b86c8d"
}
]