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": "37ddf8c8-2004-4818-a514-03855d26b5a2", "Office365Id": "413d1df0-ec43-47c8-97ec-f7977a6fd63a", "ProfilePicture": "sample string 3", "Generic": true, "Inactive": true, "CanLogin": true, "UserOnly": true, "name": "sample string 8", "GlobalPermissions": 0, "OnePlanSecurityGroup": "18bc04b4-1afd-48a2-b40e-28c3ad916b46", "LastLogin": "2025-05-23T19:22:25.4797684+00:00", "Fields": { "sample string 1": {}, "sample string 3": {} }, "TimeZone": "sample string 11", "ExternalId": "sample string 12", "Delegates": [ "42f8f035-f305-4723-9190-f789bab06a1e", "96f9f878-4d7f-4971-ac14-1f89d19dc227" ], "Notifications": { "AllNotifications": true, "Notifications": [ "5521b534-e930-4268-bc05-100750b52218", "d0ea0854-80df-4189-a3f8-d082d37ec9dc" ] }, "id": "46a2b774-2b93-4dbb-845b-75e07c7195fa", "ConfigId": "0175e94e-752c-4c2c-bd26-bb923410f155" }, { "userid": "37ddf8c8-2004-4818-a514-03855d26b5a2", "Office365Id": "413d1df0-ec43-47c8-97ec-f7977a6fd63a", "ProfilePicture": "sample string 3", "Generic": true, "Inactive": true, "CanLogin": true, "UserOnly": true, "name": "sample string 8", "GlobalPermissions": 0, "OnePlanSecurityGroup": "18bc04b4-1afd-48a2-b40e-28c3ad916b46", "LastLogin": "2025-05-23T19:22:25.4797684+00:00", "Fields": { "sample string 1": {}, "sample string 3": {} }, "TimeZone": "sample string 11", "ExternalId": "sample string 12", "Delegates": [ "42f8f035-f305-4723-9190-f789bab06a1e", "96f9f878-4d7f-4971-ac14-1f89d19dc227" ], "Notifications": { "AllNotifications": true, "Notifications": [ "5521b534-e930-4268-bc05-100750b52218", "d0ea0854-80df-4189-a3f8-d082d37ec9dc" ] }, "id": "46a2b774-2b93-4dbb-845b-75e07c7195fa", "ConfigId": "0175e94e-752c-4c2c-bd26-bb923410f155" } ]