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": "9b7ec860-eeb9-4f5b-8c87-0d11af69a61c",
"Office365Id": "9711df4f-c676-4352-9b45-d7590af623bd",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "d5d67160-d76c-431c-a9d2-7d52f50c312c",
"LastLogin": "2026-01-05T03:04:23.1835435+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"00a97178-97c5-4d43-a62c-080deccd52f5",
"7832dd33-ab10-4bd0-a231-83a1b8a1d907"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"268dd09b-1ab4-48d2-8956-e54988b9462f",
"85c59906-6831-4a33-ac22-e52a11bad8cf"
]
},
"Created": "2026-01-05T03:04:23.1835435+00:00",
"Modified": "2026-01-05T03:04:23.1835435+00:00",
"Author": "d4fc1392-d37b-4c07-a8cc-e08f60979b03",
"Editor": "2396bfe3-348b-46a1-a0b4-01fefacca73d",
"CostRate": [
{
"Id": "dbae8559-d9d5-4ca4-84f2-acdcde0b8297",
"StartDate": "2026-01-05T03:04:23.1835435+00:00",
"EndDate": "2026-01-05T03:04:23.1835435+00:00",
"Cost": 4.0
},
{
"Id": "dbae8559-d9d5-4ca4-84f2-acdcde0b8297",
"StartDate": "2026-01-05T03:04:23.1835435+00:00",
"EndDate": "2026-01-05T03:04:23.1835435+00:00",
"Cost": 4.0
}
],
"id": "b6e8bfbe-8e27-4b00-80c6-fc811a5ed6cf",
"ConfigId": "542f157d-1f1b-4ee3-9d16-bd2cfbc7ef03"
}