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": "08163c9e-1d6e-4da0-aa05-0b52b03cf6d6",
"Office365Id": "f37f9d2e-9104-4541-9e27-0fccb97fc819",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "951cb99b-258a-4af1-8ecd-ae55e9860c9e",
"LastLogin": "2026-07-18T10:20:32.6003593+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"f8bf2ff9-b30e-456d-a7f8-0ba2a47891c5",
"1303d411-2b09-4417-9e7c-c902a42b39e8"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"9b23fb66-e2c3-4473-844f-d696eebc09e0",
"2210924e-5e21-4134-973c-0965f87810a2"
]
},
"Created": "2026-07-18T10:20:32.6003593+00:00",
"Modified": "2026-07-18T10:20:32.6003593+00:00",
"Author": "1badae0d-3978-4122-b99e-c0f8628a790b",
"Editor": "92600b9a-caf5-4505-8bd1-902f175879d9",
"SupportUser": true,
"Expiration": "2026-07-18T10:20:32.6003593+00:00",
"CostRate": [
{
"Id": "05700516-3e7a-44fb-9204-8c9c63dfcae4",
"StartDate": "2026-07-18T10:20:32.6003593+00:00",
"EndDate": "2026-07-18T10:20:32.6003593+00:00",
"Cost": 4.0
},
{
"Id": "05700516-3e7a-44fb-9204-8c9c63dfcae4",
"StartDate": "2026-07-18T10:20:32.6003593+00:00",
"EndDate": "2026-07-18T10:20:32.6003593+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "bd7bba3c-6f57-4e2e-a5a1-704c802fda53",
"StartDate": "2026-07-18T10:20:32.6003593+00:00",
"EndDate": "2026-07-18T10:20:32.6003593+00:00",
"Rate": 4.0
},
{
"Id": "bd7bba3c-6f57-4e2e-a5a1-704c802fda53",
"StartDate": "2026-07-18T10:20:32.6003593+00:00",
"EndDate": "2026-07-18T10:20:32.6003593+00:00",
"Rate": 4.0
}
],
"id": "5dd587cb-f63c-4cda-9289-43cab9749f09",
"ConfigId": "f8aa96fc-ad5c-445f-b286-a1ba33628ad4"
}