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. |
|
| RateTable | Collection of ResourceRevenueRate |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"userid": "ae2e2299-5672-487b-8d29-105e819a8c7c",
"Office365Id": "c1d0098c-405c-4a1d-b11f-ad8dd35b8e25",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "4907a716-f494-4108-aa8e-a39881014056",
"LastLogin": "2026-05-24T16:51:25.8679385+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"024e9411-3ae9-4927-80fb-4a60b4e7664d",
"81d45aae-a6f8-4d51-95bc-1eeaf68f7666"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"3f00f21a-bc31-4df9-9c7f-efd96270f8a3",
"3bbdb7eb-9378-4aa7-a5bd-b40d422a74f8"
]
},
"Created": "2026-05-24T16:51:25.8679385+00:00",
"Modified": "2026-05-24T16:51:25.8679385+00:00",
"Author": "34bab978-f736-402c-96e2-495579eea003",
"Editor": "84a88bfa-b1a5-4ddb-ad87-45c2dec52428",
"CostRate": [
{
"Id": "73bf7564-909c-46d2-a4c2-38a784fa6363",
"StartDate": "2026-05-24T16:51:25.8679385+00:00",
"EndDate": "2026-05-24T16:51:25.8679385+00:00",
"Cost": 4.0
},
{
"Id": "73bf7564-909c-46d2-a4c2-38a784fa6363",
"StartDate": "2026-05-24T16:51:25.8679385+00:00",
"EndDate": "2026-05-24T16:51:25.8679385+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "742fe98f-a8ab-446c-a443-6918606fca0b",
"StartDate": "2026-05-24T16:51:25.8679385+00:00",
"EndDate": "2026-05-24T16:51:25.8679385+00:00",
"Rate": 4.0
},
{
"Id": "742fe98f-a8ab-446c-a443-6918606fca0b",
"StartDate": "2026-05-24T16:51:25.8679385+00:00",
"EndDate": "2026-05-24T16:51:25.8679385+00:00",
"Rate": 4.0
}
],
"id": "79f53889-3bd7-4cd8-858f-8090183ce35d",
"ConfigId": "52d34a64-2430-4683-9229-40c0cf8f870c"
}