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": "578cfe85-5089-4cd7-bf8f-5e3b7e7e5707", "Office365Id": "9082924f-f75e-40d6-9f6b-412e2faf9a25", "ProfilePicture": "sample string 3", "Generic": true, "Inactive": true, "CanLogin": true, "UserOnly": true, "name": "sample string 8", "GlobalPermissions": 0, "OnePlanSecurityGroup": "f0ee8e1a-f226-40d0-b833-664af931fe5c", "LastLogin": "2024-12-18T20:20:12.6230948+00:00", "Fields": { "sample string 1": {}, "sample string 3": {} }, "TimeZone": "sample string 11", "ExternalId": "sample string 12", "Delegates": [ "845a54aa-932d-4ff6-8df7-d8882a0d6cd9", "8c678e4c-850a-4650-bc04-e3afbad4f7f7" ], "Notifications": { "AllNotifications": true, "Notifications": [ "205412f4-071d-443d-9664-5c65e63c52a2", "ae9f19ae-e78a-4194-bb60-20bb3fe1d063" ] }, "id": "76b7f05e-f8b0-41e6-8103-7a9a350bad92", "ConfigId": "31b8309f-bf7a-4da3-9f7c-43c7ba50c627" }, { "userid": "578cfe85-5089-4cd7-bf8f-5e3b7e7e5707", "Office365Id": "9082924f-f75e-40d6-9f6b-412e2faf9a25", "ProfilePicture": "sample string 3", "Generic": true, "Inactive": true, "CanLogin": true, "UserOnly": true, "name": "sample string 8", "GlobalPermissions": 0, "OnePlanSecurityGroup": "f0ee8e1a-f226-40d0-b833-664af931fe5c", "LastLogin": "2024-12-18T20:20:12.6230948+00:00", "Fields": { "sample string 1": {}, "sample string 3": {} }, "TimeZone": "sample string 11", "ExternalId": "sample string 12", "Delegates": [ "845a54aa-932d-4ff6-8df7-d8882a0d6cd9", "8c678e4c-850a-4650-bc04-e3afbad4f7f7" ], "Notifications": { "AllNotifications": true, "Notifications": [ "205412f4-071d-443d-9664-5c65e63c52a2", "ae9f19ae-e78a-4194-bb60-20bb3fe1d063" ] }, "id": "76b7f05e-f8b0-41e6-8103-7a9a350bad92", "ConfigId": "31b8309f-bf7a-4da3-9f7c-43c7ba50c627" } ]