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": "c6df8362-ffff-44ca-a9ee-de36bdbb0f78",
"Office365Id": "f63466ed-6162-481b-a2d0-b246cca7ec39",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "c1fe4f91-67fc-484e-8e96-03f12a55e117",
"LastLogin": "2026-07-03T02:26:00.3239576+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"799edd60-d54e-4336-8715-8c7925c23f45",
"080c45b2-93cb-48af-8e87-654a81229988"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"a12a363b-43a0-4777-897a-85adcbefd593",
"bed4a460-12f8-4c4b-80e6-491828a248ed"
]
},
"Created": "2026-07-03T02:26:00.3239576+00:00",
"Modified": "2026-07-03T02:26:00.3239576+00:00",
"Author": "e36021b9-da43-42b1-9cea-dba6955cfe57",
"Editor": "36afce6f-7d1d-4d8e-befb-081e83b5d210",
"SupportUser": true,
"Expiration": "2026-07-03T02:26:00.3239576+00:00",
"CostRate": [
{
"Id": "6c345a0e-4aec-4422-9af0-8c098b249a3a",
"StartDate": "2026-07-03T02:26:00.3239576+00:00",
"EndDate": "2026-07-03T02:26:00.3239576+00:00",
"Cost": 4.0
},
{
"Id": "6c345a0e-4aec-4422-9af0-8c098b249a3a",
"StartDate": "2026-07-03T02:26:00.3239576+00:00",
"EndDate": "2026-07-03T02:26:00.3239576+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "6c44a249-f317-403b-ad65-d113ce492a49",
"StartDate": "2026-07-03T02:26:00.3239576+00:00",
"EndDate": "2026-07-03T02:26:00.3239576+00:00",
"Rate": 4.0
},
{
"Id": "6c44a249-f317-403b-ad65-d113ce492a49",
"StartDate": "2026-07-03T02:26:00.3239576+00:00",
"EndDate": "2026-07-03T02:26:00.3239576+00:00",
"Rate": 4.0
}
],
"id": "becdd716-4d17-4792-b354-c2f9dc4e6b94",
"ConfigId": "918b679f-90bc-4f9c-810b-78de911b060d"
}