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": "8d9051e4-28ec-4c9d-8e87-835c995cf66c",
"Office365Id": "14a282ef-9647-4c49-b9f0-0e912bd477fc",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "9ddca4f9-c796-48ad-b6dd-16b134e54383",
"LastLogin": "2026-02-26T10:41:35.048442+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"a92eabcd-2bf5-48e7-b57c-b11e3c9916d4",
"9da73d72-6949-4aff-89a4-078dc8974c17"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"8c40c721-4184-4fb5-a8fb-af7bd36f41fc",
"3721d521-9cbd-40c1-bff4-1dfaa40d1635"
]
},
"Created": "2026-02-26T10:41:35.048442+00:00",
"Modified": "2026-02-26T10:41:35.048442+00:00",
"Author": "9a46af40-d40f-45d1-8a94-670ed8805f39",
"Editor": "103fdbb1-32af-4b8f-bf47-f7e7cd836ac8",
"CostRate": [
{
"Id": "695432b0-768c-487d-9e7e-2c7da6c063eb",
"StartDate": "2026-02-26T10:41:35.048442+00:00",
"EndDate": "2026-02-26T10:41:35.048442+00:00",
"Cost": 4.0
},
{
"Id": "695432b0-768c-487d-9e7e-2c7da6c063eb",
"StartDate": "2026-02-26T10:41:35.048442+00:00",
"EndDate": "2026-02-26T10:41:35.048442+00:00",
"Cost": 4.0
}
],
"id": "9f22fca8-d9dc-4436-a0f9-112b0ead8ef5",
"ConfigId": "5b6260a5-fe4f-4514-871d-d9e531e030a2"
}