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": "2e048fcc-21c5-4cfa-ab62-cd8ad6e42de6",
"Office365Id": "9885ee22-c275-4a88-93bf-54562a71550f",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "cd1104c3-d6d3-4740-80ad-3b3758c2e141",
"LastLogin": "2026-07-21T13:08:22.4276828+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"916d49fd-2764-4c9a-bcc3-f65d54474cad",
"edb995bc-0af7-49a9-b840-74e6558f4e7f"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"b7e4ba1e-dede-4bb0-a2bb-284c9e2ebd22",
"8ff825e7-dc45-465d-afd2-d10a070fb1a4"
]
},
"Created": "2026-07-21T13:08:22.4276828+00:00",
"Modified": "2026-07-21T13:08:22.4276828+00:00",
"Author": "aac55624-a741-499c-965f-18c4ace36097",
"Editor": "9cbb5ee2-8ad6-4b07-a568-6f21df83eb2d",
"SupportUser": true,
"Expiration": "2026-07-21T13:08:22.4276828+00:00",
"CostRate": [
{
"Id": "527df7b7-a786-4c76-bfac-749d72ef6c9c",
"StartDate": "2026-07-21T13:08:22.4276828+00:00",
"EndDate": "2026-07-21T13:08:22.4276828+00:00",
"Cost": 4.0
},
{
"Id": "527df7b7-a786-4c76-bfac-749d72ef6c9c",
"StartDate": "2026-07-21T13:08:22.4276828+00:00",
"EndDate": "2026-07-21T13:08:22.4276828+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "f0dd9c5a-4d26-4bd8-af73-c890f383c66f",
"StartDate": "2026-07-21T13:08:22.4276828+00:00",
"EndDate": "2026-07-21T13:08:22.4276828+00:00",
"Rate": 4.0
},
{
"Id": "f0dd9c5a-4d26-4bd8-af73-c890f383c66f",
"StartDate": "2026-07-21T13:08:22.4276828+00:00",
"EndDate": "2026-07-21T13:08:22.4276828+00:00",
"Rate": 4.0
}
],
"id": "15897473-cebb-480c-a4b3-206e54fceb76",
"ConfigId": "2440d524-83a2-41cc-8ac4-b11fda2a1ab3"
}