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": "e9905098-c363-4b4f-b018-d24214fc562e",
"Office365Id": "a9aa029f-c981-470d-bbab-642d0e51d679",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "d81bbd87-bdd4-46ba-867c-d65ad35e9a72",
"LastLogin": "2026-01-29T10:24:05.7327434+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"1d521eb2-d00c-49a8-9723-74d5f0544663",
"ce77bc1d-c6f9-4efb-bf8a-a98ac2e40ebe"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"5b1af723-a548-48d8-ba1b-78d0485f6066",
"3d2a61a2-62c2-4430-8fae-4f9f0675ac0f"
]
},
"Created": "2026-01-29T10:24:05.7327434+00:00",
"Modified": "2026-01-29T10:24:05.7327434+00:00",
"Author": "8712453b-9c0a-4709-9efb-b1987afadbfd",
"Editor": "5d5cbf0d-9c1e-4979-9ef5-564db1b2201b",
"CostRate": [
{
"Id": "c3c9de0d-d93a-4458-ade4-2547e4c2ce98",
"StartDate": "2026-01-29T10:24:05.7327434+00:00",
"EndDate": "2026-01-29T10:24:05.7327434+00:00",
"Cost": 4.0
},
{
"Id": "c3c9de0d-d93a-4458-ade4-2547e4c2ce98",
"StartDate": "2026-01-29T10:24:05.7327434+00:00",
"EndDate": "2026-01-29T10:24:05.7327434+00:00",
"Cost": 4.0
}
],
"id": "5456fd77-dae8-4729-9419-ae6a19dd0a45",
"ConfigId": "9d6f6330-249b-4e77-9679-94923048eec3"
},
{
"userid": "e9905098-c363-4b4f-b018-d24214fc562e",
"Office365Id": "a9aa029f-c981-470d-bbab-642d0e51d679",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "d81bbd87-bdd4-46ba-867c-d65ad35e9a72",
"LastLogin": "2026-01-29T10:24:05.7327434+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"1d521eb2-d00c-49a8-9723-74d5f0544663",
"ce77bc1d-c6f9-4efb-bf8a-a98ac2e40ebe"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"5b1af723-a548-48d8-ba1b-78d0485f6066",
"3d2a61a2-62c2-4430-8fae-4f9f0675ac0f"
]
},
"Created": "2026-01-29T10:24:05.7327434+00:00",
"Modified": "2026-01-29T10:24:05.7327434+00:00",
"Author": "8712453b-9c0a-4709-9efb-b1987afadbfd",
"Editor": "5d5cbf0d-9c1e-4979-9ef5-564db1b2201b",
"CostRate": [
{
"Id": "c3c9de0d-d93a-4458-ade4-2547e4c2ce98",
"StartDate": "2026-01-29T10:24:05.7327434+00:00",
"EndDate": "2026-01-29T10:24:05.7327434+00:00",
"Cost": 4.0
},
{
"Id": "c3c9de0d-d93a-4458-ade4-2547e4c2ce98",
"StartDate": "2026-01-29T10:24:05.7327434+00:00",
"EndDate": "2026-01-29T10:24:05.7327434+00:00",
"Cost": 4.0
}
],
"id": "5456fd77-dae8-4729-9419-ae6a19dd0a45",
"ConfigId": "9d6f6330-249b-4e77-9679-94923048eec3"
}
]