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": "84e90681-a656-41f3-96b1-51175724fa1f", "Office365Id": "d53c557c-74e2-4b52-b890-57b7624184ab", "ProfilePicture": "sample string 3", "Generic": true, "Inactive": true, "CanLogin": true, "UserOnly": true, "name": "sample string 8", "GlobalPermissions": 0, "OnePlanSecurityGroup": "4001e14d-9855-4bda-84b6-fc0eaceb73f8", "LastLogin": "2025-04-04T02:31:13.9309108+00:00", "Fields": { "sample string 1": {}, "sample string 3": {} }, "TimeZone": "sample string 11", "ExternalId": "sample string 12", "Delegates": [ "d2faf2dc-97d9-48af-a874-27f2c89997d0", "24aca5a7-ccc3-4343-95dc-2f57555a3fa0" ], "Notifications": { "AllNotifications": true, "Notifications": [ "ee5ab2e7-b98c-4e66-bee6-162ed1bf68b9", "ffa1d6b6-100a-4337-89d9-28ad1c0aae94" ] }, "id": "1bd69bec-0b99-4032-a4a0-22e295c0b4a7", "ConfigId": "db3397af-c4bf-4d3b-b1ff-c51fb548ad30" }