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": "9ecaaf3f-4aa7-45a5-90ae-1570cc3b7ffe", "Office365Id": "e653e53f-eb30-4622-bde8-b9122812e2c3", "ProfilePicture": "sample string 3", "Generic": true, "Inactive": true, "CanLogin": true, "UserOnly": true, "name": "sample string 8", "GlobalPermissions": 0, "OnePlanSecurityGroup": "b985402c-f8c7-4f29-8e60-4a88bd829c9c", "LastLogin": "2025-07-14T22:32:49.5532672+00:00", "Fields": { "sample string 1": {}, "sample string 3": {} }, "TimeZone": "sample string 11", "ExternalId": "sample string 12", "Delegates": [ "42fd7d98-d55c-4e87-8393-43963f236ab7", "7861d404-13fd-4522-aa73-080d6186e90b" ], "Notifications": { "AllNotifications": true, "Notifications": [ "7cd9014f-ce5e-4868-bc40-ae320ed29d37", "e85c085c-6a53-4668-94cb-e02b492a1444" ] }, "id": "adc76cca-4eb8-4132-8e9a-b5a21ee594a7", "ConfigId": "92c1cc3d-d6d9-40ae-9a44-f8bef996d03e" }