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. |
|
Created | date |
None. |
|
Modified | date |
None. |
|
Author | globally unique identifier |
None. |
|
Editor | globally unique identifier |
None. |
|
id | globally unique identifier |
None. |
|
ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[ { "userid": "7f59a73b-ab2f-4510-8d4e-bd5e82688d95", "Office365Id": "0afdb378-8963-4051-b833-454aeb6f9d3d", "ProfilePicture": "sample string 3", "Generic": true, "Inactive": true, "CanLogin": true, "UserOnly": true, "name": "sample string 8", "GlobalPermissions": 0, "OnePlanSecurityGroup": "b5fc2fdf-ffd7-4855-8109-1ed2f6013130", "LastLogin": "2025-10-19T09:05:43.8739818+00:00", "Fields": { "sample string 1": {}, "sample string 3": {} }, "TimeZone": "sample string 11", "ExternalId": "sample string 12", "Delegates": [ "c12d56b3-16b7-415d-80d0-782072d69bde", "c00df246-139b-4092-8f8e-3d27b1511823" ], "Notifications": { "AllNotifications": true, "Notifications": [ "8c1ec0ec-3f92-40e8-80c3-47344750444e", "bd1b486e-76f3-40ce-8e8a-f9bfb2cc8355" ] }, "Created": "2025-10-19T09:05:43.8739818+00:00", "Modified": "2025-10-19T09:05:43.8739818+00:00", "Author": "7182d78a-344a-4cf3-b9cd-0ebe8920ad5c", "Editor": "dabe6648-fe01-4841-b5b5-cfd61b910312", "id": "a8526a36-db48-416a-9802-067f28a81bcc", "ConfigId": "4315d985-5fb4-41cc-808a-1cdb06ebda2d" }, { "userid": "7f59a73b-ab2f-4510-8d4e-bd5e82688d95", "Office365Id": "0afdb378-8963-4051-b833-454aeb6f9d3d", "ProfilePicture": "sample string 3", "Generic": true, "Inactive": true, "CanLogin": true, "UserOnly": true, "name": "sample string 8", "GlobalPermissions": 0, "OnePlanSecurityGroup": "b5fc2fdf-ffd7-4855-8109-1ed2f6013130", "LastLogin": "2025-10-19T09:05:43.8739818+00:00", "Fields": { "sample string 1": {}, "sample string 3": {} }, "TimeZone": "sample string 11", "ExternalId": "sample string 12", "Delegates": [ "c12d56b3-16b7-415d-80d0-782072d69bde", "c00df246-139b-4092-8f8e-3d27b1511823" ], "Notifications": { "AllNotifications": true, "Notifications": [ "8c1ec0ec-3f92-40e8-80c3-47344750444e", "bd1b486e-76f3-40ce-8e8a-f9bfb2cc8355" ] }, "Created": "2025-10-19T09:05:43.8739818+00:00", "Modified": "2025-10-19T09:05:43.8739818+00:00", "Author": "7182d78a-344a-4cf3-b9cd-0ebe8920ad5c", "Editor": "dabe6648-fe01-4841-b5b5-cfd61b910312", "id": "a8526a36-db48-416a-9802-067f28a81bcc", "ConfigId": "4315d985-5fb4-41cc-808a-1cdb06ebda2d" } ]