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": "1492939c-fc73-4009-99da-a5fc7ef5c12d", "Office365Id": "fcab3046-08e2-407e-915a-085842549fb4", "ProfilePicture": "sample string 3", "Generic": true, "Inactive": true, "CanLogin": true, "UserOnly": true, "name": "sample string 8", "GlobalPermissions": 0, "OnePlanSecurityGroup": "0fa7ec20-c53a-4da1-803c-c3994824176a", "LastLogin": "2025-09-02T20:52:16.8224101+00:00", "Fields": { "sample string 1": {}, "sample string 3": {} }, "TimeZone": "sample string 11", "ExternalId": "sample string 12", "Delegates": [ "f32c8c82-54c6-4ae3-a7fb-8ff6cfef07a7", "84cd3acd-1c09-4c2d-9854-0509ec1e6d26" ], "Notifications": { "AllNotifications": true, "Notifications": [ "ddaae5e7-6ee6-45c1-a586-66956a86158b", "92dbb1e5-2ef8-417a-a029-2373c8a83a5b" ] }, "id": "dc16c681-3dbd-4e5f-b1d4-a4d7d0ad551f", "ConfigId": "2ad6a69a-66c2-400d-828d-f18f457ca353" }, { "userid": "1492939c-fc73-4009-99da-a5fc7ef5c12d", "Office365Id": "fcab3046-08e2-407e-915a-085842549fb4", "ProfilePicture": "sample string 3", "Generic": true, "Inactive": true, "CanLogin": true, "UserOnly": true, "name": "sample string 8", "GlobalPermissions": 0, "OnePlanSecurityGroup": "0fa7ec20-c53a-4da1-803c-c3994824176a", "LastLogin": "2025-09-02T20:52:16.8224101+00:00", "Fields": { "sample string 1": {}, "sample string 3": {} }, "TimeZone": "sample string 11", "ExternalId": "sample string 12", "Delegates": [ "f32c8c82-54c6-4ae3-a7fb-8ff6cfef07a7", "84cd3acd-1c09-4c2d-9854-0509ec1e6d26" ], "Notifications": { "AllNotifications": true, "Notifications": [ "ddaae5e7-6ee6-45c1-a586-66956a86158b", "92dbb1e5-2ef8-417a-a029-2373c8a83a5b" ] }, "id": "dc16c681-3dbd-4e5f-b1d4-a4d7d0ad551f", "ConfigId": "2ad6a69a-66c2-400d-828d-f18f457ca353" } ]