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. |
|
| RateTable | Collection of ResourceRevenueRate |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"userid": "de312342-b3c6-415a-97c3-96253ab61df1",
"Office365Id": "fbc8f64a-1af1-4734-be01-5cd66f978659",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "a06c78d9-459f-43e5-999a-966216457dcf",
"LastLogin": "2026-05-06T13:00:55.0302252+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"20927ea1-272d-45f6-88c8-abb8109ee3c2",
"496e277b-5d1a-4927-ad85-8d2218dc0f17"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"a6859f4e-e6b4-4e77-99be-39dc837d9ac4",
"905f840f-80da-4419-8fd5-e924344d7ab5"
]
},
"Created": "2026-05-06T13:00:55.0302252+00:00",
"Modified": "2026-05-06T13:00:55.0302252+00:00",
"Author": "ddebc19e-ae34-4e9d-9f61-06fe95284cd6",
"Editor": "8fb85e47-c161-4144-ae9c-029413e1ca52",
"CostRate": [
{
"Id": "316be5cb-1762-4287-abf5-fe4c42c89f42",
"StartDate": "2026-05-06T13:00:55.0302252+00:00",
"EndDate": "2026-05-06T13:00:55.0302252+00:00",
"Cost": 4.0
},
{
"Id": "316be5cb-1762-4287-abf5-fe4c42c89f42",
"StartDate": "2026-05-06T13:00:55.0302252+00:00",
"EndDate": "2026-05-06T13:00:55.0302252+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "7302cbae-2ce4-4d9a-b01b-85f1fec73fb7",
"StartDate": "2026-05-06T13:00:55.0302252+00:00",
"EndDate": "2026-05-06T13:00:55.0302252+00:00",
"Rate": 4.0
},
{
"Id": "7302cbae-2ce4-4d9a-b01b-85f1fec73fb7",
"StartDate": "2026-05-06T13:00:55.0302252+00:00",
"EndDate": "2026-05-06T13:00:55.0302252+00:00",
"Rate": 4.0
}
],
"id": "a32f2881-1ab5-434f-862a-92fa55dce84d",
"ConfigId": "93db758f-27bf-4d25-86ab-93ab6b80a79c"
},
{
"userid": "de312342-b3c6-415a-97c3-96253ab61df1",
"Office365Id": "fbc8f64a-1af1-4734-be01-5cd66f978659",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "a06c78d9-459f-43e5-999a-966216457dcf",
"LastLogin": "2026-05-06T13:00:55.0302252+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"20927ea1-272d-45f6-88c8-abb8109ee3c2",
"496e277b-5d1a-4927-ad85-8d2218dc0f17"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"a6859f4e-e6b4-4e77-99be-39dc837d9ac4",
"905f840f-80da-4419-8fd5-e924344d7ab5"
]
},
"Created": "2026-05-06T13:00:55.0302252+00:00",
"Modified": "2026-05-06T13:00:55.0302252+00:00",
"Author": "ddebc19e-ae34-4e9d-9f61-06fe95284cd6",
"Editor": "8fb85e47-c161-4144-ae9c-029413e1ca52",
"CostRate": [
{
"Id": "316be5cb-1762-4287-abf5-fe4c42c89f42",
"StartDate": "2026-05-06T13:00:55.0302252+00:00",
"EndDate": "2026-05-06T13:00:55.0302252+00:00",
"Cost": 4.0
},
{
"Id": "316be5cb-1762-4287-abf5-fe4c42c89f42",
"StartDate": "2026-05-06T13:00:55.0302252+00:00",
"EndDate": "2026-05-06T13:00:55.0302252+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "7302cbae-2ce4-4d9a-b01b-85f1fec73fb7",
"StartDate": "2026-05-06T13:00:55.0302252+00:00",
"EndDate": "2026-05-06T13:00:55.0302252+00:00",
"Rate": 4.0
},
{
"Id": "7302cbae-2ce4-4d9a-b01b-85f1fec73fb7",
"StartDate": "2026-05-06T13:00:55.0302252+00:00",
"EndDate": "2026-05-06T13:00:55.0302252+00:00",
"Rate": 4.0
}
],
"id": "a32f2881-1ab5-434f-862a-92fa55dce84d",
"ConfigId": "93db758f-27bf-4d25-86ab-93ab6b80a79c"
}
]