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": "c60300d1-bca6-4006-96be-01faa94875b7",
"Office365Id": "4f9cf5b6-7960-47ec-9d44-e79f6e85aa6d",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "5296fd18-3c9e-4363-a5f5-f41b7ae83920",
"LastLogin": "2026-01-11T19:35:58.4234379+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"ee1111b3-a7fe-410a-aff9-a1a86874ce3f",
"2efb5dac-538f-432a-8311-006f3e310a2d"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"731a3263-1b8f-4b32-9a09-0a721fee45b8",
"0f71c1ed-1be1-4c42-88f6-3f70de2f93cf"
]
},
"Created": "2026-01-11T19:35:58.4234379+00:00",
"Modified": "2026-01-11T19:35:58.4234379+00:00",
"Author": "d6f7f7be-3de1-44b4-9494-83c85ffd10da",
"Editor": "9ffd1b63-c693-4e17-b25a-f3da890a06f0",
"CostRate": [
{
"Id": "fd1cf797-c339-4c82-8df7-5b54e88d5085",
"StartDate": "2026-01-11T19:35:58.4234379+00:00",
"EndDate": "2026-01-11T19:35:58.4234379+00:00",
"Cost": 4.0
},
{
"Id": "fd1cf797-c339-4c82-8df7-5b54e88d5085",
"StartDate": "2026-01-11T19:35:58.4234379+00:00",
"EndDate": "2026-01-11T19:35:58.4234379+00:00",
"Cost": 4.0
}
],
"id": "46ff3380-6372-4ed5-b620-259a60f77755",
"ConfigId": "cc0beb94-84a7-4a68-8769-36cd0b1ae894"
}