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. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"userid": "e1f4a8c9-fcc5-4c87-b12f-507af5fb317c",
"Office365Id": "8265e9cd-a0ea-41a4-802d-e7308cfce4e0",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "e1d7512d-f8bd-4124-a6b4-546ca907a1c8",
"LastLogin": "2025-10-30T19:07:58.3144615+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"2350b7e5-b198-4fde-89ac-9940ab4f3e91",
"e0f0bb8a-bb47-4055-9885-89a08a05c239"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"9cb0e77c-21bb-48dd-9075-b49811fd61f3",
"e22db766-7d50-4b6e-a1c2-2d6d2e693af9"
]
},
"Created": "2025-10-30T19:07:58.3144615+00:00",
"Modified": "2025-10-30T19:07:58.3144615+00:00",
"Author": "69cdf3be-5691-4461-9d30-c8d4a31d478e",
"Editor": "41130866-f6a7-43f7-8e05-a9ed034728e3",
"id": "b4ab7047-6e52-4083-b4c0-ffba50aa7d90",
"ConfigId": "186faae7-7988-4cd4-b9ea-758ed44b33ad"
},
{
"userid": "e1f4a8c9-fcc5-4c87-b12f-507af5fb317c",
"Office365Id": "8265e9cd-a0ea-41a4-802d-e7308cfce4e0",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "e1d7512d-f8bd-4124-a6b4-546ca907a1c8",
"LastLogin": "2025-10-30T19:07:58.3144615+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"2350b7e5-b198-4fde-89ac-9940ab4f3e91",
"e0f0bb8a-bb47-4055-9885-89a08a05c239"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"9cb0e77c-21bb-48dd-9075-b49811fd61f3",
"e22db766-7d50-4b6e-a1c2-2d6d2e693af9"
]
},
"Created": "2025-10-30T19:07:58.3144615+00:00",
"Modified": "2025-10-30T19:07:58.3144615+00:00",
"Author": "69cdf3be-5691-4461-9d30-c8d4a31d478e",
"Editor": "41130866-f6a7-43f7-8e05-a9ed034728e3",
"id": "b4ab7047-6e52-4083-b4c0-ffba50aa7d90",
"ConfigId": "186faae7-7988-4cd4-b9ea-758ed44b33ad"
}
]