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": "28405ad3-30f1-4d9a-81dd-f05bff940618",
"Office365Id": "81d07c12-6439-40d5-acec-bbfae1ca599d",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "241cc85d-5f31-4be2-a505-37a46fc8b49a",
"LastLogin": "2026-05-30T17:09:58.6800456+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"0c2507a2-032b-4809-9391-a6b8edc8615a",
"f5f45794-c3e8-4344-b002-c6c7726c51a8"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"3bf1be58-9c74-4751-9cd5-9272fb6ee8dd",
"7249cf2a-fbae-4e69-a206-f2e6d61c9795"
]
},
"Created": "2026-05-30T17:09:58.6800456+00:00",
"Modified": "2026-05-30T17:09:58.6800456+00:00",
"Author": "0ba91066-3268-4993-9389-777234069531",
"Editor": "df8da7ff-e24e-41d7-8186-80d9ccf70945",
"CostRate": [
{
"Id": "32c10004-8e52-4ff8-9566-c5d0bcc6f79b",
"StartDate": "2026-05-30T17:09:58.6800456+00:00",
"EndDate": "2026-05-30T17:09:58.6800456+00:00",
"Cost": 4.0
},
{
"Id": "32c10004-8e52-4ff8-9566-c5d0bcc6f79b",
"StartDate": "2026-05-30T17:09:58.6800456+00:00",
"EndDate": "2026-05-30T17:09:58.6800456+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "fc637bae-963a-47dd-8407-751d7bcbca6b",
"StartDate": "2026-05-30T17:09:58.6800456+00:00",
"EndDate": "2026-05-30T17:09:58.6800456+00:00",
"Rate": 4.0
},
{
"Id": "fc637bae-963a-47dd-8407-751d7bcbca6b",
"StartDate": "2026-05-30T17:09:58.6800456+00:00",
"EndDate": "2026-05-30T17:09:58.6800456+00:00",
"Rate": 4.0
}
],
"id": "33b10dbe-3d15-40ef-91fa-2d31c992b0ee",
"ConfigId": "67d8e904-49bd-4075-9a69-6d0e2525c524"
}