GET api/resources/me
Get me
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
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": "070e001e-3804-4f2a-beb5-d0ed54e93e86", "Office365Id": "29c507bc-443f-443d-b81d-eecd81ce09a4", "ProfilePicture": "sample string 3", "Generic": true, "Inactive": true, "CanLogin": true, "UserOnly": true, "name": "sample string 8", "GlobalPermissions": 0, "OnePlanSecurityGroup": "e3e7fa0d-3f88-497f-8063-f9b01c5ed521", "LastLogin": "2025-07-08T18:18:03.5068182+00:00", "Fields": { "sample string 1": {}, "sample string 3": {} }, "TimeZone": "sample string 11", "ExternalId": "sample string 12", "Delegates": [ "aca7710c-e870-4c93-8e7e-f1e2e4c8e697", "bdf1d382-055c-49ce-984a-3817ad63dd27" ], "Notifications": { "AllNotifications": true, "Notifications": [ "d924024a-d5ef-488d-8cfb-f11d63cfa78e", "cec84999-0ea8-49d2-9278-194458e12ef3" ] }, "id": "7109c8e5-ca5b-4028-9683-4a3d7fe9664f", "ConfigId": "b84fd5d9-12ed-47af-aa0a-c54dc5e94140" }