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": "725e141c-aae0-4544-9909-0af1185c97d4",
"Office365Id": "e9f9756c-fee5-4777-96d0-91ad965d6252",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "c011a060-b00c-4eb7-89f4-9d038bca78f9",
"LastLogin": "2026-05-09T09:32:47.6808564+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"b12e8cf4-d35f-48d3-80b4-615bf903143a",
"7c23c95d-f893-4fc5-9e94-157fb3e46fa6"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"4212b341-d532-454a-9c97-d4293e810a11",
"23eb6ae7-5e92-458f-a710-93fcf864cd09"
]
},
"Created": "2026-05-09T09:32:47.6808564+00:00",
"Modified": "2026-05-09T09:32:47.6808564+00:00",
"Author": "8f6ce0ab-a379-4954-9c26-1fd1cf207b19",
"Editor": "04a11872-ead5-40cd-89d5-c96a1af98cbe",
"CostRate": [
{
"Id": "581a6ed5-1d23-4ff9-a6a8-3dbfbec053a1",
"StartDate": "2026-05-09T09:32:47.6808564+00:00",
"EndDate": "2026-05-09T09:32:47.6808564+00:00",
"Cost": 4.0
},
{
"Id": "581a6ed5-1d23-4ff9-a6a8-3dbfbec053a1",
"StartDate": "2026-05-09T09:32:47.6808564+00:00",
"EndDate": "2026-05-09T09:32:47.6808564+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "4ebdfa56-7e23-446a-9b28-2673005bb539",
"StartDate": "2026-05-09T09:32:47.6808564+00:00",
"EndDate": "2026-05-09T09:32:47.6808564+00:00",
"Rate": 4.0
},
{
"Id": "4ebdfa56-7e23-446a-9b28-2673005bb539",
"StartDate": "2026-05-09T09:32:47.6808564+00:00",
"EndDate": "2026-05-09T09:32:47.6808564+00:00",
"Rate": 4.0
}
],
"id": "2250e0d1-fc95-4e72-b27e-fa030381e7db",
"ConfigId": "a9223b58-4a02-4f1a-b6bb-dce2ce3d71dd"
}