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. |
|
| CostRate | Collection of ResourceCost |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"userid": "49d82518-b0cc-496a-aef3-8e1c414b72b8",
"Office365Id": "275f34a0-0f0e-4a55-9dc0-a56af5d95321",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "be65e3cb-1c7d-41b8-8b09-8cebb206a65c",
"LastLogin": "2025-12-13T15:47:34.3678397+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"d488893b-9458-40cb-920a-eff68654d89d",
"63016b43-dad7-4ae6-8b25-b2ce32d49669"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"4d2d23f1-1241-4ed8-8991-a1b83b1c3f7a",
"8617eb32-0b92-487d-b97b-6e8ceed752f7"
]
},
"Created": "2025-12-13T15:47:34.3678397+00:00",
"Modified": "2025-12-13T15:47:34.3678397+00:00",
"Author": "eb6b3914-9a99-4f7b-ab56-782d3341ea05",
"Editor": "e6abc65f-ccf6-44dd-b700-b6ce003b2e57",
"CostRate": [
{
"Id": "f35cb7e4-c2c2-46e0-8e07-be62c031c81f",
"StartDate": "2025-12-13T15:47:34.3678397+00:00",
"EndDate": "2025-12-13T15:47:34.3678397+00:00",
"Cost": 4.0
},
{
"Id": "f35cb7e4-c2c2-46e0-8e07-be62c031c81f",
"StartDate": "2025-12-13T15:47:34.3678397+00:00",
"EndDate": "2025-12-13T15:47:34.3678397+00:00",
"Cost": 4.0
}
],
"id": "75e78488-c920-4e93-867f-6595aa664f3f",
"ConfigId": "dd2406e1-1a41-46ba-9ac8-6ab6008c06ee"
}