GET api/resources/me
Get me
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Resource| Name | 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": "a1241c44-8ab7-47d2-a90a-f2c6d935881c",
"Office365Id": "4ea7a40e-dc38-4fb9-a07a-5ff91c690a68",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "be71761f-ac31-444f-b60b-6bf65ced58f3",
"LastLogin": "2025-11-08T09:53:19.7468124+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"c5447ce3-a9c2-4546-a78f-519cd9d0c014",
"52424537-7eb4-4ff5-ac98-0291b692f4fd"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"814ff51b-f576-40d9-89df-66b767bde8b0",
"4e2cf2b6-0a14-47a9-a5ed-59525c248fd4"
]
},
"Created": "2025-11-08T09:53:19.7468124+00:00",
"Modified": "2025-11-08T09:53:19.7468124+00:00",
"Author": "a7495a28-7fd3-48fb-9e6c-946ccff509c8",
"Editor": "70eeb75a-c4af-4108-b2f7-12123d988fc9",
"id": "499c9f80-f087-4b20-b3f3-a64c2934fe9f",
"ConfigId": "36de42db-0c7d-4b1c-87b6-b2c706ce0bc5"
}