GET api/resources?email={email}&field={field}&value={value}&Generics={Generics}
Get resources
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
string |
Default value is |
||
field | string |
Default value is |
|
value | string |
Default value is |
|
Generics | boolean |
Default value is True |
Body Parameters
None.
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": "ce8e864c-6d7c-4b99-a936-c11dd8067a57", "Office365Id": "55a0881c-3bc5-44c1-898d-3922382e3019", "ProfilePicture": "sample string 3", "Generic": true, "Inactive": true, "CanLogin": true, "UserOnly": true, "name": "sample string 8", "GlobalPermissions": 0, "OnePlanSecurityGroup": "328e1952-d043-4903-96a1-f346b6ad1837", "LastLogin": "2025-07-16T12:18:12.7329203+00:00", "Fields": { "sample string 1": {}, "sample string 3": {} }, "TimeZone": "sample string 11", "ExternalId": "sample string 12", "Delegates": [ "ce7af86b-548b-4381-ac7a-bf1afb535f21", "15db8570-ac4d-4d65-bff7-47ceb26d7a06" ], "Notifications": { "AllNotifications": true, "Notifications": [ "3b5a65df-b06d-449c-b2f7-41aa1d207c63", "4ce2249c-aa62-49cd-bfd1-c0233c5008bf" ] }, "id": "0ae2b8a2-a437-4e7e-84e1-6e958720b669", "ConfigId": "fa558958-19c9-4127-be06-5cc887530f1e" }, { "userid": "ce8e864c-6d7c-4b99-a936-c11dd8067a57", "Office365Id": "55a0881c-3bc5-44c1-898d-3922382e3019", "ProfilePicture": "sample string 3", "Generic": true, "Inactive": true, "CanLogin": true, "UserOnly": true, "name": "sample string 8", "GlobalPermissions": 0, "OnePlanSecurityGroup": "328e1952-d043-4903-96a1-f346b6ad1837", "LastLogin": "2025-07-16T12:18:12.7329203+00:00", "Fields": { "sample string 1": {}, "sample string 3": {} }, "TimeZone": "sample string 11", "ExternalId": "sample string 12", "Delegates": [ "ce7af86b-548b-4381-ac7a-bf1afb535f21", "15db8570-ac4d-4d65-bff7-47ceb26d7a06" ], "Notifications": { "AllNotifications": true, "Notifications": [ "3b5a65df-b06d-449c-b2f7-41aa1d207c63", "4ce2249c-aa62-49cd-bfd1-c0233c5008bf" ] }, "id": "0ae2b8a2-a437-4e7e-84e1-6e958720b669", "ConfigId": "fa558958-19c9-4127-be06-5cc887530f1e" } ]