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": "1026d2e4-e93f-4d7c-b53e-0260565bf8fd",
"Office365Id": "3e8d5d63-a228-4452-ac5b-8f4af3866af8",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "75ac5af0-99a9-4ee1-a151-c748f520c599",
"LastLogin": "2026-09-11T05:14:30.3506678+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"481cddcd-21b5-41db-8dfd-4accbbb93096",
"fd1bd59d-019e-45a3-9d2b-62b1ee39db5d"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"b7e308e4-2d2d-4507-8ab7-77861a0ba615",
"0c72a648-fc3e-488f-9d25-0121c60bfe2c"
]
},
"Created": "2026-09-11T05:14:30.3506678+00:00",
"Modified": "2026-09-11T05:14:30.3506678+00:00",
"Author": "e0db97ac-3745-4427-a9f0-90fcc0d2c33d",
"Editor": "bad76bac-a4bd-4659-a50a-f62f772f59dd",
"SupportUser": true,
"Expiration": "2026-09-11T05:14:30.3506678+00:00",
"CostRate": [
{
"Id": "ebb58492-d937-482f-9f38-acb478ea1003",
"StartDate": "2026-09-11T05:14:30.3506678+00:00",
"EndDate": "2026-09-11T05:14:30.3506678+00:00",
"Cost": 4.0
},
{
"Id": "ebb58492-d937-482f-9f38-acb478ea1003",
"StartDate": "2026-09-11T05:14:30.3506678+00:00",
"EndDate": "2026-09-11T05:14:30.3506678+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "a74570bc-22f4-459a-8e82-edb90b858ecb",
"StartDate": "2026-09-11T05:14:30.3662939+00:00",
"EndDate": "2026-09-11T05:14:30.3662939+00:00",
"Rate": 4.0
},
{
"Id": "a74570bc-22f4-459a-8e82-edb90b858ecb",
"StartDate": "2026-09-11T05:14:30.3662939+00:00",
"EndDate": "2026-09-11T05:14:30.3662939+00:00",
"Rate": 4.0
}
],
"id": "1d65bfe7-257b-43bc-8e8d-ca9ce3633427",
"ConfigId": "2f2e5949-c344-439f-84ca-40e2e7e7510d"
}