POST api/resources/find
Find a resource
Request Information
URI Parameters
None.
Body Parameters
ResourceFindName | 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 ResourceName | 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. |
|
id | globally unique identifier |
None. |
|
ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[ { "userid": "2e92baa5-53df-4fa8-a3e2-ea185fdec99c", "Office365Id": "4ea2c565-06ec-4e6e-be6b-b58ede93a823", "ProfilePicture": "sample string 3", "Generic": true, "Inactive": true, "CanLogin": true, "UserOnly": true, "name": "sample string 8", "GlobalPermissions": 0, "OnePlanSecurityGroup": "ff24eb3c-360b-4b2a-a3ea-ab6860e1c559", "LastLogin": "2025-07-04T02:50:44.9516568+00:00", "Fields": { "sample string 1": {}, "sample string 3": {} }, "TimeZone": "sample string 11", "ExternalId": "sample string 12", "Delegates": [ "3bd275e0-d465-43df-9183-8299f3009e11", "759210ea-fb6d-4caf-a0ec-cf5bb58b48bd" ], "Notifications": { "AllNotifications": true, "Notifications": [ "aed4ede2-11a9-4a26-83d3-1b9d67306129", "b375fdd4-c59b-4429-aadc-b251ec5acbcd" ] }, "id": "016c1bb1-8c10-4c85-b81f-22e3731393e7", "ConfigId": "4dd1ad93-d7ca-42c3-b3c5-0850adff27c0" }, { "userid": "2e92baa5-53df-4fa8-a3e2-ea185fdec99c", "Office365Id": "4ea2c565-06ec-4e6e-be6b-b58ede93a823", "ProfilePicture": "sample string 3", "Generic": true, "Inactive": true, "CanLogin": true, "UserOnly": true, "name": "sample string 8", "GlobalPermissions": 0, "OnePlanSecurityGroup": "ff24eb3c-360b-4b2a-a3ea-ab6860e1c559", "LastLogin": "2025-07-04T02:50:44.9516568+00:00", "Fields": { "sample string 1": {}, "sample string 3": {} }, "TimeZone": "sample string 11", "ExternalId": "sample string 12", "Delegates": [ "3bd275e0-d465-43df-9183-8299f3009e11", "759210ea-fb6d-4caf-a0ec-cf5bb58b48bd" ], "Notifications": { "AllNotifications": true, "Notifications": [ "aed4ede2-11a9-4a26-83d3-1b9d67306129", "b375fdd4-c59b-4429-aadc-b251ec5acbcd" ] }, "id": "016c1bb1-8c10-4c85-b81f-22e3731393e7", "ConfigId": "4dd1ad93-d7ca-42c3-b3c5-0850adff27c0" } ]