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": "af68f2a3-14a6-4c39-80dd-8b2c645d67c8",
"Office365Id": "8dcd08a8-6407-44eb-9d4b-5d28aecbff0e",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "d95cf09d-2d9b-4515-a5ab-24b8022ef101",
"LastLogin": "2026-09-26T10:24:46.2207151+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"680186c8-691a-4f41-90d2-570f24b2fd80",
"4968d4c1-d6ab-439c-ba6d-ea275c746cb1"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"53f64fbd-5691-4e81-b181-812124013341",
"bc06dd05-fae9-4b07-a904-70f3a3971a31"
]
},
"Created": "2026-09-26T10:24:46.2207151+00:00",
"Modified": "2026-09-26T10:24:46.2207151+00:00",
"Author": "d81fe528-2c2e-4e82-8448-8fc19639e63d",
"Editor": "d7927601-904c-4906-9398-f2e1f56b33ac",
"SupportUser": true,
"Expiration": "2026-09-26T10:24:46.2207151+00:00",
"CostRate": [
{
"Id": "19c3bb87-f4b3-4964-9e3c-a48b40127990",
"StartDate": "2026-09-26T10:24:46.2207151+00:00",
"EndDate": "2026-09-26T10:24:46.2207151+00:00",
"Cost": 4.0
},
{
"Id": "19c3bb87-f4b3-4964-9e3c-a48b40127990",
"StartDate": "2026-09-26T10:24:46.2207151+00:00",
"EndDate": "2026-09-26T10:24:46.2207151+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "e778ca93-f124-4841-aa64-0e73e4de660f",
"StartDate": "2026-09-26T10:24:46.2207151+00:00",
"EndDate": "2026-09-26T10:24:46.2207151+00:00",
"Rate": 4.0
},
{
"Id": "e778ca93-f124-4841-aa64-0e73e4de660f",
"StartDate": "2026-09-26T10:24:46.2207151+00:00",
"EndDate": "2026-09-26T10:24:46.2207151+00:00",
"Rate": 4.0
}
],
"id": "d43733ca-3972-44ae-8b53-4ddbecf78cf7",
"ConfigId": "49910a7d-b943-4f21-8d4f-bdb347a6fb5a"
}