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": "166df851-4e0b-4fbd-a19b-c50d45e5466c",
"Office365Id": "7d6a3c5e-4817-48dc-bbd6-a7223707bba7",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "6c4c2d07-f347-40d5-b0ca-c079468932a8",
"LastLogin": "2026-05-02T17:43:30.5690865+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"1cd8fa58-6804-4b5b-becd-7ac9b7c5f0a3",
"db9abe5d-62b1-4ff8-be0e-7091f4a50cb3"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"51a4fdcd-4ede-4dda-9803-bba848f812ff",
"99a0089f-5eb0-4e1a-a5e8-0d434169097e"
]
},
"Created": "2026-05-02T17:43:30.5690865+00:00",
"Modified": "2026-05-02T17:43:30.5690865+00:00",
"Author": "4d169f1f-d617-4447-8820-d6ff4cb27c36",
"Editor": "19d65857-26c2-4ca6-83f2-45a23cbb0472",
"CostRate": [
{
"Id": "0863501f-7120-4eab-bf70-b6abcbb76db9",
"StartDate": "2026-05-02T17:43:30.5690865+00:00",
"EndDate": "2026-05-02T17:43:30.5690865+00:00",
"Cost": 4.0
},
{
"Id": "0863501f-7120-4eab-bf70-b6abcbb76db9",
"StartDate": "2026-05-02T17:43:30.5690865+00:00",
"EndDate": "2026-05-02T17:43:30.5690865+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "1869ae42-e63d-41ba-8656-705ecd74b55c",
"StartDate": "2026-05-02T17:43:30.5690865+00:00",
"EndDate": "2026-05-02T17:43:30.5690865+00:00",
"Rate": 4.0
},
{
"Id": "1869ae42-e63d-41ba-8656-705ecd74b55c",
"StartDate": "2026-05-02T17:43:30.5690865+00:00",
"EndDate": "2026-05-02T17:43:30.5690865+00:00",
"Rate": 4.0
}
],
"id": "a3e1a6e9-5071-4a0f-b73c-91cef533c427",
"ConfigId": "39007e20-f135-4e4a-8e4e-84789a0a0b22"
}