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": "37730511-5264-48cf-9100-ad035819512b",
"Office365Id": "bfa0f2c7-440e-4409-b6c0-23e2402130dd",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "882cbbfa-7880-4906-be06-0394d08c6736",
"LastLogin": "2026-09-08T04:12:21.1992008+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"37e7e135-fb9c-4a90-b540-7bbe06ae467a",
"a206e35a-74ba-45a5-abe9-178a70e5f805"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"db257d48-fde5-4f5a-ad02-4207e52e474f",
"5509c8be-e9a0-4acc-b002-01726167e7a7"
]
},
"Created": "2026-09-08T04:12:21.1992008+00:00",
"Modified": "2026-09-08T04:12:21.1992008+00:00",
"Author": "fc2ee710-38a6-4ca7-880c-171439fce75f",
"Editor": "564e05e7-c5d1-4401-ab2a-57b5614511c1",
"SupportUser": true,
"Expiration": "2026-09-08T04:12:21.1992008+00:00",
"CostRate": [
{
"Id": "98753b83-9199-4606-804a-6464234a3691",
"StartDate": "2026-09-08T04:12:21.1992008+00:00",
"EndDate": "2026-09-08T04:12:21.1992008+00:00",
"Cost": 4.0
},
{
"Id": "98753b83-9199-4606-804a-6464234a3691",
"StartDate": "2026-09-08T04:12:21.1992008+00:00",
"EndDate": "2026-09-08T04:12:21.1992008+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "bf737ec0-ca1f-4815-93d8-f93d54ecb21c",
"StartDate": "2026-09-08T04:12:21.1992008+00:00",
"EndDate": "2026-09-08T04:12:21.1992008+00:00",
"Rate": 4.0
},
{
"Id": "bf737ec0-ca1f-4815-93d8-f93d54ecb21c",
"StartDate": "2026-09-08T04:12:21.1992008+00:00",
"EndDate": "2026-09-08T04:12:21.1992008+00:00",
"Rate": 4.0
}
],
"id": "9ebcb587-9c8e-4399-9239-9c16a63ab129",
"ConfigId": "66407d2f-fffa-4994-a8b2-5bf97a834a6b"
}