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": "3833eeaa-8a59-488c-ae9a-773262ebe661",
"Office365Id": "3c4ffd33-1143-4251-91a4-223ab9cd6b92",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "6b14e8c8-8af6-41c7-a290-f74bbd405e03",
"LastLogin": "2026-07-15T08:02:49.3441105+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"3e3e271b-c9ee-48b7-a9fe-48c9a0b04aa8",
"2b33f192-e015-4ae9-a15c-ef9d57a9f99f"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"84db5dbc-60db-4e6b-bb64-ea5dccc2e6a8",
"b3516d79-7f8b-45e3-b55c-1c69dbff2bbf"
]
},
"Created": "2026-07-15T08:02:49.3441105+00:00",
"Modified": "2026-07-15T08:02:49.3441105+00:00",
"Author": "d19c0b47-08e4-40e7-a2b6-6a3c57d18566",
"Editor": "fae50c69-4ca3-4fdb-a75e-37d23090a4fd",
"SupportUser": true,
"Expiration": "2026-07-15T08:02:49.3441105+00:00",
"CostRate": [
{
"Id": "fc650e54-d9ef-4d80-93c2-d57d694c1c5b",
"StartDate": "2026-07-15T08:02:49.3441105+00:00",
"EndDate": "2026-07-15T08:02:49.3441105+00:00",
"Cost": 4.0
},
{
"Id": "fc650e54-d9ef-4d80-93c2-d57d694c1c5b",
"StartDate": "2026-07-15T08:02:49.3441105+00:00",
"EndDate": "2026-07-15T08:02:49.3441105+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "c1322bc3-c619-4eb4-9a4a-3f9444f8c6bd",
"StartDate": "2026-07-15T08:02:49.3441105+00:00",
"EndDate": "2026-07-15T08:02:49.3441105+00:00",
"Rate": 4.0
},
{
"Id": "c1322bc3-c619-4eb4-9a4a-3f9444f8c6bd",
"StartDate": "2026-07-15T08:02:49.3441105+00:00",
"EndDate": "2026-07-15T08:02:49.3441105+00:00",
"Rate": 4.0
}
],
"id": "0e9587c4-3008-4346-9c3b-b4b11d21f1ff",
"ConfigId": "814133ab-9c10-434a-9016-8297749dce53"
}