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. |
|
| SupportUser | boolean |
None. |
|
| Expiration | date |
None. |
|
| CostRate | Collection of ResourceCost |
None. |
|
| RateTable | Collection of ResourceRevenueRate |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"userid": "f7dd7894-5e58-4038-96fe-50d0b03753ba",
"Office365Id": "5c1d6a74-24b2-4ba6-8913-f0dc0452838e",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "4127d955-cc45-44c6-aa0a-b23be3efc9c8",
"LastLogin": "2026-07-04T01:04:52.5957151+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"2304b9f4-3a20-4667-9a65-a7d89cf536f9",
"a2754979-86a4-4070-a7ae-4ff744a8d35f"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"635085f8-894d-41cc-8e79-2e9adace71b3",
"d6b6d20b-06da-4bd1-b1d9-203a3d0f9b9a"
]
},
"Created": "2026-07-04T01:04:52.5957151+00:00",
"Modified": "2026-07-04T01:04:52.5957151+00:00",
"Author": "56bf18f9-d5b1-41bd-b203-c4a6d8ec2092",
"Editor": "2f4fa592-4279-447f-a147-f65fdbd61e05",
"SupportUser": true,
"Expiration": "2026-07-04T01:04:52.5957151+00:00",
"CostRate": [
{
"Id": "d5f203f3-bc08-4e99-bf8b-80ff709c0fe2",
"StartDate": "2026-07-04T01:04:52.5957151+00:00",
"EndDate": "2026-07-04T01:04:52.5957151+00:00",
"Cost": 4.0
},
{
"Id": "d5f203f3-bc08-4e99-bf8b-80ff709c0fe2",
"StartDate": "2026-07-04T01:04:52.5957151+00:00",
"EndDate": "2026-07-04T01:04:52.5957151+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "34b5d9e5-a8f8-49ea-974b-ae87398ce7b5",
"StartDate": "2026-07-04T01:04:52.5957151+00:00",
"EndDate": "2026-07-04T01:04:52.5957151+00:00",
"Rate": 4.0
},
{
"Id": "34b5d9e5-a8f8-49ea-974b-ae87398ce7b5",
"StartDate": "2026-07-04T01:04:52.5957151+00:00",
"EndDate": "2026-07-04T01:04:52.5957151+00:00",
"Rate": 4.0
}
],
"id": "22d32256-1b7e-4687-b489-18aca4e1dab5",
"ConfigId": "b514e8b7-18e0-4291-a144-5b5bc0c89c39"
},
{
"userid": "f7dd7894-5e58-4038-96fe-50d0b03753ba",
"Office365Id": "5c1d6a74-24b2-4ba6-8913-f0dc0452838e",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "4127d955-cc45-44c6-aa0a-b23be3efc9c8",
"LastLogin": "2026-07-04T01:04:52.5957151+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"2304b9f4-3a20-4667-9a65-a7d89cf536f9",
"a2754979-86a4-4070-a7ae-4ff744a8d35f"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"635085f8-894d-41cc-8e79-2e9adace71b3",
"d6b6d20b-06da-4bd1-b1d9-203a3d0f9b9a"
]
},
"Created": "2026-07-04T01:04:52.5957151+00:00",
"Modified": "2026-07-04T01:04:52.5957151+00:00",
"Author": "56bf18f9-d5b1-41bd-b203-c4a6d8ec2092",
"Editor": "2f4fa592-4279-447f-a147-f65fdbd61e05",
"SupportUser": true,
"Expiration": "2026-07-04T01:04:52.5957151+00:00",
"CostRate": [
{
"Id": "d5f203f3-bc08-4e99-bf8b-80ff709c0fe2",
"StartDate": "2026-07-04T01:04:52.5957151+00:00",
"EndDate": "2026-07-04T01:04:52.5957151+00:00",
"Cost": 4.0
},
{
"Id": "d5f203f3-bc08-4e99-bf8b-80ff709c0fe2",
"StartDate": "2026-07-04T01:04:52.5957151+00:00",
"EndDate": "2026-07-04T01:04:52.5957151+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "34b5d9e5-a8f8-49ea-974b-ae87398ce7b5",
"StartDate": "2026-07-04T01:04:52.5957151+00:00",
"EndDate": "2026-07-04T01:04:52.5957151+00:00",
"Rate": 4.0
},
{
"Id": "34b5d9e5-a8f8-49ea-974b-ae87398ce7b5",
"StartDate": "2026-07-04T01:04:52.5957151+00:00",
"EndDate": "2026-07-04T01:04:52.5957151+00:00",
"Rate": 4.0
}
],
"id": "22d32256-1b7e-4687-b489-18aca4e1dab5",
"ConfigId": "b514e8b7-18e0-4291-a144-5b5bc0c89c39"
}
]