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": "825b3ce2-8821-4f63-9455-304aaad08e89",
"Office365Id": "675c4d7c-138b-48c5-83e4-f407c64b8387",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "08f80a26-ff2c-4a72-9950-ef40b575c6e6",
"LastLogin": "2025-12-23T15:28:05.2621467+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"37c17268-3ea3-47a7-8f05-62a08a8c136c",
"75cf13ea-9fe8-4df4-8cd9-eeb454f0f977"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"97e7f71d-6ab5-48b9-a5fc-e9ea3774eff2",
"16b38660-85ee-44cc-939c-68f91772d447"
]
},
"Created": "2025-12-23T15:28:05.2621467+00:00",
"Modified": "2025-12-23T15:28:05.2621467+00:00",
"Author": "e363b520-5789-4220-88b0-3fbfa0ceecb4",
"Editor": "7ef93dec-8148-402d-8fcc-9a7909fee081",
"CostRate": [
{
"Id": "d9d019f5-ad0f-474a-9a76-b9a4d0a8ed4f",
"StartDate": "2025-12-23T15:28:05.2621467+00:00",
"EndDate": "2025-12-23T15:28:05.2621467+00:00",
"Cost": 4.0
},
{
"Id": "d9d019f5-ad0f-474a-9a76-b9a4d0a8ed4f",
"StartDate": "2025-12-23T15:28:05.2621467+00:00",
"EndDate": "2025-12-23T15:28:05.2621467+00:00",
"Cost": 4.0
}
],
"id": "7203a369-a3ec-422c-af68-980995740b76",
"ConfigId": "7859644f-d1b1-4610-9298-d7ac50dd7552"
},
{
"userid": "825b3ce2-8821-4f63-9455-304aaad08e89",
"Office365Id": "675c4d7c-138b-48c5-83e4-f407c64b8387",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "08f80a26-ff2c-4a72-9950-ef40b575c6e6",
"LastLogin": "2025-12-23T15:28:05.2621467+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"37c17268-3ea3-47a7-8f05-62a08a8c136c",
"75cf13ea-9fe8-4df4-8cd9-eeb454f0f977"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"97e7f71d-6ab5-48b9-a5fc-e9ea3774eff2",
"16b38660-85ee-44cc-939c-68f91772d447"
]
},
"Created": "2025-12-23T15:28:05.2621467+00:00",
"Modified": "2025-12-23T15:28:05.2621467+00:00",
"Author": "e363b520-5789-4220-88b0-3fbfa0ceecb4",
"Editor": "7ef93dec-8148-402d-8fcc-9a7909fee081",
"CostRate": [
{
"Id": "d9d019f5-ad0f-474a-9a76-b9a4d0a8ed4f",
"StartDate": "2025-12-23T15:28:05.2621467+00:00",
"EndDate": "2025-12-23T15:28:05.2621467+00:00",
"Cost": 4.0
},
{
"Id": "d9d019f5-ad0f-474a-9a76-b9a4d0a8ed4f",
"StartDate": "2025-12-23T15:28:05.2621467+00:00",
"EndDate": "2025-12-23T15:28:05.2621467+00:00",
"Cost": 4.0
}
],
"id": "7203a369-a3ec-422c-af68-980995740b76",
"ConfigId": "7859644f-d1b1-4610-9298-d7ac50dd7552"
}
]