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": "e7356547-b9fe-456d-96e6-1b14d395540b",
"Office365Id": "3d5807a1-4c1c-474e-938d-d6909405745d",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "7b8e4e26-258f-4245-ad22-3ddc9455b832",
"LastLogin": "2025-12-24T12:59:59.2208215+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"a06cda54-0832-4afb-b01c-a885d071b4fe",
"788c7c21-8f20-4115-b524-4362158a0476"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"874d19ee-4b86-42c0-b754-86c3c44e75f1",
"aff900cc-9cb0-4244-bd29-af1c73527787"
]
},
"Created": "2025-12-24T12:59:59.2208215+00:00",
"Modified": "2025-12-24T12:59:59.2208215+00:00",
"Author": "457bbe45-5b68-474e-a255-f35c683c879d",
"Editor": "5395f826-29ed-4bb7-b703-ccdb71564ad1",
"CostRate": [
{
"Id": "cd897b32-dd21-4994-a25e-c385fefe013d",
"StartDate": "2025-12-24T12:59:59.2208215+00:00",
"EndDate": "2025-12-24T12:59:59.2208215+00:00",
"Cost": 4.0
},
{
"Id": "cd897b32-dd21-4994-a25e-c385fefe013d",
"StartDate": "2025-12-24T12:59:59.2208215+00:00",
"EndDate": "2025-12-24T12:59:59.2208215+00:00",
"Cost": 4.0
}
],
"id": "aa9ab974-1fbc-4f48-a0c8-72916339564a",
"ConfigId": "75d5d075-4666-438e-9ed5-ac93a6ab76a2"
},
{
"userid": "e7356547-b9fe-456d-96e6-1b14d395540b",
"Office365Id": "3d5807a1-4c1c-474e-938d-d6909405745d",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "7b8e4e26-258f-4245-ad22-3ddc9455b832",
"LastLogin": "2025-12-24T12:59:59.2208215+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"a06cda54-0832-4afb-b01c-a885d071b4fe",
"788c7c21-8f20-4115-b524-4362158a0476"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"874d19ee-4b86-42c0-b754-86c3c44e75f1",
"aff900cc-9cb0-4244-bd29-af1c73527787"
]
},
"Created": "2025-12-24T12:59:59.2208215+00:00",
"Modified": "2025-12-24T12:59:59.2208215+00:00",
"Author": "457bbe45-5b68-474e-a255-f35c683c879d",
"Editor": "5395f826-29ed-4bb7-b703-ccdb71564ad1",
"CostRate": [
{
"Id": "cd897b32-dd21-4994-a25e-c385fefe013d",
"StartDate": "2025-12-24T12:59:59.2208215+00:00",
"EndDate": "2025-12-24T12:59:59.2208215+00:00",
"Cost": 4.0
},
{
"Id": "cd897b32-dd21-4994-a25e-c385fefe013d",
"StartDate": "2025-12-24T12:59:59.2208215+00:00",
"EndDate": "2025-12-24T12:59:59.2208215+00:00",
"Cost": 4.0
}
],
"id": "aa9ab974-1fbc-4f48-a0c8-72916339564a",
"ConfigId": "75d5d075-4666-438e-9ed5-ac93a6ab76a2"
}
]