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": "8908e27e-b6c7-4cce-9d13-78ada5af693e",
"Office365Id": "f41c2839-d808-42f3-a1cc-55a87c2e438c",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "154aa87c-85b3-4166-8795-20f5b936023c",
"LastLogin": "2026-06-14T19:51:01.9996259+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"1f7021e2-7ad4-44bb-9351-75f1103446c8",
"1fa04c67-ddbd-4045-92ff-7c57ffdf11d2"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"85e38f43-3fdb-4f76-a005-f0253ab463a1",
"56b15356-17eb-4120-990b-017e79db0e36"
]
},
"Created": "2026-06-14T19:51:01.9996259+00:00",
"Modified": "2026-06-14T19:51:01.9996259+00:00",
"Author": "f4bac850-b852-4189-a7ba-b4f43ebde6a7",
"Editor": "d07e8060-2545-4d9a-a3e6-8719a5cf6248",
"CostRate": [
{
"Id": "a1a7d9a4-4b97-432c-a87c-e0f676de9098",
"StartDate": "2026-06-14T19:51:01.9996259+00:00",
"EndDate": "2026-06-14T19:51:01.9996259+00:00",
"Cost": 4.0
},
{
"Id": "a1a7d9a4-4b97-432c-a87c-e0f676de9098",
"StartDate": "2026-06-14T19:51:01.9996259+00:00",
"EndDate": "2026-06-14T19:51:01.9996259+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "408a6b0b-0439-46d1-a97a-e0491f725c85",
"StartDate": "2026-06-14T19:51:01.9996259+00:00",
"EndDate": "2026-06-14T19:51:01.9996259+00:00",
"Rate": 4.0
},
{
"Id": "408a6b0b-0439-46d1-a97a-e0491f725c85",
"StartDate": "2026-06-14T19:51:01.9996259+00:00",
"EndDate": "2026-06-14T19:51:01.9996259+00:00",
"Rate": 4.0
}
],
"id": "66afa5a2-9c21-42ec-8a32-fd63793b1064",
"ConfigId": "9f6d37cb-a7b8-4215-b66e-534becac0398"
}