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": "957e9735-4a2b-4e2a-86f0-f3f99116a5c8",
"Office365Id": "a230f8f6-0488-4a67-b311-98d6aa72a114",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "a88cd1f9-9b43-474a-9f4b-c19ae16d4ef0",
"LastLogin": "2026-07-12T07:01:24.937554+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"ce748520-d07c-418c-929d-7f19c6d30ecf",
"8dbdd3d0-c9a3-4419-a8c1-ab9393177ef8"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"5c47b46f-44f5-4a87-91e7-45e5ec2ce9fe",
"550ab5b8-21aa-405d-ac82-536237c37159"
]
},
"Created": "2026-07-12T07:01:24.937554+00:00",
"Modified": "2026-07-12T07:01:24.937554+00:00",
"Author": "553875c5-259d-4dc5-a5c8-f060f4d46602",
"Editor": "a1b4743e-d298-47da-b733-7d2328c9bd36",
"SupportUser": true,
"Expiration": "2026-07-12T07:01:24.937554+00:00",
"CostRate": [
{
"Id": "09c24c1b-715a-4aaf-ae52-57e16d999457",
"StartDate": "2026-07-12T07:01:24.937554+00:00",
"EndDate": "2026-07-12T07:01:24.937554+00:00",
"Cost": 4.0
},
{
"Id": "09c24c1b-715a-4aaf-ae52-57e16d999457",
"StartDate": "2026-07-12T07:01:24.937554+00:00",
"EndDate": "2026-07-12T07:01:24.937554+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "46f4b633-2932-4e75-a56e-6a0cab11d6cc",
"StartDate": "2026-07-12T07:01:24.953162+00:00",
"EndDate": "2026-07-12T07:01:24.953162+00:00",
"Rate": 4.0
},
{
"Id": "46f4b633-2932-4e75-a56e-6a0cab11d6cc",
"StartDate": "2026-07-12T07:01:24.953162+00:00",
"EndDate": "2026-07-12T07:01:24.953162+00:00",
"Rate": 4.0
}
],
"id": "af41b867-169e-4fe0-907a-de8fb9007adf",
"ConfigId": "43db60fe-75ad-4b8e-847a-32e5efaaedd8"
}