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. |
|
| SupportUser | boolean |
None. |
|
| Expiration | date |
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": "91360d1b-df20-46bf-8145-3649751d45d4",
"Office365Id": "4e1952f1-6447-4862-8fc9-f4ba527057e8",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "5c21a2b9-4c96-454e-b7f7-ec4329b74df4",
"LastLogin": "2026-07-30T14:17:02.1092374+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"cd220779-fff8-46f1-8579-cb0c25d0a1d5",
"e0a7a08f-02ba-4b52-9472-6f463bf1f695"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"a7bba650-a174-4e46-82c3-b0c6992aaab4",
"a67f7dea-23ad-4e3a-92c2-575181194c78"
]
},
"Created": "2026-07-30T14:17:02.1092374+00:00",
"Modified": "2026-07-30T14:17:02.1092374+00:00",
"Author": "27fedbae-ae67-4db6-9c98-6b9f33f43bbf",
"Editor": "347a5d45-d906-4577-b474-6dfef68e405b",
"SupportUser": true,
"Expiration": "2026-07-30T14:17:02.1092374+00:00",
"CostRate": [
{
"Id": "1fda2083-82fd-4e77-ad24-20f1c4af9056",
"StartDate": "2026-07-30T14:17:02.1092374+00:00",
"EndDate": "2026-07-30T14:17:02.1092374+00:00",
"Cost": 4.0
},
{
"Id": "1fda2083-82fd-4e77-ad24-20f1c4af9056",
"StartDate": "2026-07-30T14:17:02.1092374+00:00",
"EndDate": "2026-07-30T14:17:02.1092374+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "0a457a74-ff17-416e-879c-80c143eefef4",
"StartDate": "2026-07-30T14:17:02.1092374+00:00",
"EndDate": "2026-07-30T14:17:02.1092374+00:00",
"Rate": 4.0
},
{
"Id": "0a457a74-ff17-416e-879c-80c143eefef4",
"StartDate": "2026-07-30T14:17:02.1092374+00:00",
"EndDate": "2026-07-30T14:17:02.1092374+00:00",
"Rate": 4.0
}
],
"id": "1fabe07b-e924-4d17-a824-4c1fdf22f2d2",
"ConfigId": "6e0a2cc8-4834-494a-acdc-b38fdfad59ab"
}