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": "820dbbff-ca5f-4d1f-a802-c772d52579a6",
"Office365Id": "3a09b5cf-aab1-41f1-a872-7a490df21827",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "4a13892a-a193-4daa-a7b9-3d6267baf099",
"LastLogin": "2026-08-30T02:34:24.5956959+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"d233f225-b8a9-4ca8-baac-ab956e0a937c",
"a7c693de-93ec-45ea-946d-7c1c4311d65a"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"1afc6413-aee5-4f6f-8823-4beaa2ec9e4a",
"455075ca-1a81-4e31-90b5-2a89e7d1e522"
]
},
"Created": "2026-08-30T02:34:24.5956959+00:00",
"Modified": "2026-08-30T02:34:24.5956959+00:00",
"Author": "ad62f272-0421-4fb8-b544-71b49dac356f",
"Editor": "0317764a-53a7-423f-a656-48da3ec55a43",
"SupportUser": true,
"Expiration": "2026-08-30T02:34:24.5956959+00:00",
"CostRate": [
{
"Id": "66033ef3-578d-4428-93eb-bad5b3cf7a01",
"StartDate": "2026-08-30T02:34:24.5956959+00:00",
"EndDate": "2026-08-30T02:34:24.5956959+00:00",
"Cost": 4.0
},
{
"Id": "66033ef3-578d-4428-93eb-bad5b3cf7a01",
"StartDate": "2026-08-30T02:34:24.5956959+00:00",
"EndDate": "2026-08-30T02:34:24.5956959+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "aa4e15d9-cc14-4b6e-bcdb-013896ed8302",
"StartDate": "2026-08-30T02:34:24.5956959+00:00",
"EndDate": "2026-08-30T02:34:24.5956959+00:00",
"Rate": 4.0
},
{
"Id": "aa4e15d9-cc14-4b6e-bcdb-013896ed8302",
"StartDate": "2026-08-30T02:34:24.5956959+00:00",
"EndDate": "2026-08-30T02:34:24.5956959+00:00",
"Rate": 4.0
}
],
"id": "bd833adc-2034-49ad-9674-2f9857e9cc54",
"ConfigId": "2960d515-3215-4697-89fc-23bccc1aeb09"
}