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": "5e8a315d-3c96-47f2-8df9-f9ade1e5f467",
"Office365Id": "bdb4de93-667e-4af7-9666-f5c5e4ca284d",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "de6f565d-5e80-4d1b-a7ac-4d1504217fdc",
"LastLogin": "2026-09-17T07:52:17.2825346+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"51b0c80e-91ed-4a64-ac9b-3e1849dbcc4e",
"891fb535-6482-4cad-ae05-79d7438d3fbe"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"541bbafb-47bb-4771-9e21-7e1da76d9dc6",
"1fcf094d-7634-42b0-bf66-8affbc6c47ee"
]
},
"Created": "2026-09-17T07:52:17.2825346+00:00",
"Modified": "2026-09-17T07:52:17.2825346+00:00",
"Author": "d69f28af-4442-4255-9e70-fb8f5dabe075",
"Editor": "ec74287e-0a74-4547-8198-70128216e346",
"SupportUser": true,
"Expiration": "2026-09-17T07:52:17.2825346+00:00",
"CostRate": [
{
"Id": "5489a91e-87d7-4055-a588-05d12ad6cdd7",
"StartDate": "2026-09-17T07:52:17.2825346+00:00",
"EndDate": "2026-09-17T07:52:17.2825346+00:00",
"Cost": 4.0
},
{
"Id": "5489a91e-87d7-4055-a588-05d12ad6cdd7",
"StartDate": "2026-09-17T07:52:17.2825346+00:00",
"EndDate": "2026-09-17T07:52:17.2825346+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "5667e3ed-eca6-42df-aaa1-1517e756fefa",
"StartDate": "2026-09-17T07:52:17.2825346+00:00",
"EndDate": "2026-09-17T07:52:17.2825346+00:00",
"Rate": 4.0
},
{
"Id": "5667e3ed-eca6-42df-aaa1-1517e756fefa",
"StartDate": "2026-09-17T07:52:17.2825346+00:00",
"EndDate": "2026-09-17T07:52:17.2825346+00:00",
"Rate": 4.0
}
],
"id": "3bae9162-6897-4288-96ac-4d78adaec180",
"ConfigId": "f994a846-fa1a-4cd1-8ae8-219ddfa7f6ac"
}