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": "084eff7f-07c8-4e0a-8503-8270ae207ad1",
"Office365Id": "0994032b-2550-4af0-b3db-b3774749c579",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "3366619f-464f-41cd-8b49-e46b44970c0f",
"LastLogin": "2026-03-27T12:28:26.8454722+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"71a7d464-54c7-4aed-8d6c-f752ad909b5b",
"2110bf06-50c6-4ea8-86ff-6a8752d87b48"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"a9b575cb-4290-4f50-91f5-69cbb23e32b4",
"15cfe8c5-8e2e-4b89-9113-9a101b87c567"
]
},
"Created": "2026-03-27T12:28:26.8454722+00:00",
"Modified": "2026-03-27T12:28:26.8454722+00:00",
"Author": "f7f033e2-6516-40d3-b6c5-c0e43c96c797",
"Editor": "9acf967b-5c13-4c31-b315-0ee739b0b119",
"CostRate": [
{
"Id": "7ecb8c0a-7eb2-4f4a-ac22-13a665675f2c",
"StartDate": "2026-03-27T12:28:26.8454722+00:00",
"EndDate": "2026-03-27T12:28:26.8454722+00:00",
"Cost": 4.0
},
{
"Id": "7ecb8c0a-7eb2-4f4a-ac22-13a665675f2c",
"StartDate": "2026-03-27T12:28:26.8454722+00:00",
"EndDate": "2026-03-27T12:28:26.8454722+00:00",
"Cost": 4.0
}
],
"id": "fe35f544-23a2-4b91-91c4-dceb813476ea",
"ConfigId": "93a0555f-f8fa-45ab-b171-b267e604b6ea"
}