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": "789de8c3-ce33-4359-a603-f46fcff931cf", "Office365Id": "08250faa-5606-4b4a-a48d-aaa26dba3299", "ProfilePicture": "sample string 3", "Generic": true, "Inactive": true, "CanLogin": true, "UserOnly": true, "name": "sample string 8", "GlobalPermissions": 0, "OnePlanSecurityGroup": "0262c290-964f-440e-a5ec-5bd83b5d5ab5", "LastLogin": "2024-12-18T19:51:08.7842911+00:00", "Fields": { "sample string 1": {}, "sample string 3": {} }, "TimeZone": "sample string 11", "ExternalId": "sample string 12", "Delegates": [ "431fffbc-1cfd-40e0-ad83-315d2a74026e", "8f449a87-ea2d-42c2-810f-cdf4d60491b9" ], "Notifications": { "AllNotifications": true, "Notifications": [ "1f768a18-cac7-4f95-8e43-90db0d7e0823", "1d0bbe64-9b34-4ba7-9888-a06b640403fa" ] }, "id": "5f6178af-774c-41cb-8eb5-7a7067f209a8", "ConfigId": "88b142eb-c5fc-4c62-8d5d-426e8f6edecd" }