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": "bbcb6c4e-0be2-40d0-b343-e01da90f78dc", "Office365Id": "fe90da01-2276-41fa-bb45-e8692bc24b71", "ProfilePicture": "sample string 3", "Generic": true, "Inactive": true, "CanLogin": true, "UserOnly": true, "name": "sample string 8", "GlobalPermissions": 0, "OnePlanSecurityGroup": "c1a599b7-4959-453f-a2e1-e7a77df03cb2", "LastLogin": "2025-07-16T11:51:43.2193398+00:00", "Fields": { "sample string 1": {}, "sample string 3": {} }, "TimeZone": "sample string 11", "ExternalId": "sample string 12", "Delegates": [ "73ac8bc2-0787-4743-81b2-9f4d6e19d697", "b482cbf9-873d-4a16-8967-af4cd88bedaf" ], "Notifications": { "AllNotifications": true, "Notifications": [ "e9df1cd4-2545-461b-8ec9-f83fbdfac9e0", "80bc21fc-8435-4325-aec3-f6760377135e" ] }, "id": "c04caf82-ff13-42fb-8b57-6487b7f3748a", "ConfigId": "9a185d1d-384e-4ef9-b30f-00c9387200ab" }, { "userid": "bbcb6c4e-0be2-40d0-b343-e01da90f78dc", "Office365Id": "fe90da01-2276-41fa-bb45-e8692bc24b71", "ProfilePicture": "sample string 3", "Generic": true, "Inactive": true, "CanLogin": true, "UserOnly": true, "name": "sample string 8", "GlobalPermissions": 0, "OnePlanSecurityGroup": "c1a599b7-4959-453f-a2e1-e7a77df03cb2", "LastLogin": "2025-07-16T11:51:43.2193398+00:00", "Fields": { "sample string 1": {}, "sample string 3": {} }, "TimeZone": "sample string 11", "ExternalId": "sample string 12", "Delegates": [ "73ac8bc2-0787-4743-81b2-9f4d6e19d697", "b482cbf9-873d-4a16-8967-af4cd88bedaf" ], "Notifications": { "AllNotifications": true, "Notifications": [ "e9df1cd4-2545-461b-8ec9-f83fbdfac9e0", "80bc21fc-8435-4325-aec3-f6760377135e" ] }, "id": "c04caf82-ff13-42fb-8b57-6487b7f3748a", "ConfigId": "9a185d1d-384e-4ef9-b30f-00c9387200ab" } ]