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": "be5320c3-aec6-406d-a878-210ee96c3644", "Office365Id": "b71f45f6-c36b-464b-a702-be8bfec36b94", "ProfilePicture": "sample string 3", "Generic": true, "Inactive": true, "CanLogin": true, "UserOnly": true, "name": "sample string 8", "GlobalPermissions": 0, "OnePlanSecurityGroup": "b57d9e4b-133f-47e1-b52f-0b66b85a2343", "LastLogin": "2025-04-04T02:26:37.6113398+00:00", "Fields": { "sample string 1": {}, "sample string 3": {} }, "TimeZone": "sample string 11", "ExternalId": "sample string 12", "Delegates": [ "e862e5b2-c32a-40b6-bb8b-0d19cf0a0473", "909ce948-0178-4045-b11f-22531047c2cb" ], "Notifications": { "AllNotifications": true, "Notifications": [ "af55124d-a8f3-4ab3-8a00-b29cfa25fda1", "c883cc4f-3ac4-415b-b479-626beb51fd38" ] }, "id": "9340ebb8-1b9b-48f8-8812-0a1d15a8438d", "ConfigId": "e604ebdd-aca0-409c-a07a-81a060a986af" }, { "userid": "be5320c3-aec6-406d-a878-210ee96c3644", "Office365Id": "b71f45f6-c36b-464b-a702-be8bfec36b94", "ProfilePicture": "sample string 3", "Generic": true, "Inactive": true, "CanLogin": true, "UserOnly": true, "name": "sample string 8", "GlobalPermissions": 0, "OnePlanSecurityGroup": "b57d9e4b-133f-47e1-b52f-0b66b85a2343", "LastLogin": "2025-04-04T02:26:37.6113398+00:00", "Fields": { "sample string 1": {}, "sample string 3": {} }, "TimeZone": "sample string 11", "ExternalId": "sample string 12", "Delegates": [ "e862e5b2-c32a-40b6-bb8b-0d19cf0a0473", "909ce948-0178-4045-b11f-22531047c2cb" ], "Notifications": { "AllNotifications": true, "Notifications": [ "af55124d-a8f3-4ab3-8a00-b29cfa25fda1", "c883cc4f-3ac4-415b-b479-626beb51fd38" ] }, "id": "9340ebb8-1b9b-48f8-8812-0a1d15a8438d", "ConfigId": "e604ebdd-aca0-409c-a07a-81a060a986af" } ]