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": "a44a14c8-72b0-4dfd-94d3-72d605c78eb2",
"Office365Id": "e9503ce7-1660-4a7f-abfa-eb9e4a5f21fb",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "f10e90df-ad7b-4083-aac5-72b529c258d0",
"LastLogin": "2026-08-14T20:11:08.5073625+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"3ceddc6b-6d9d-4111-96f8-8bc5a389509f",
"53437504-15e0-4652-a4c5-fafb2dd62e0f"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"83851a2d-6869-48f0-8b79-39639defc184",
"2407de11-9cfd-4035-b86c-d741082c273b"
]
},
"Created": "2026-08-14T20:11:08.5073625+00:00",
"Modified": "2026-08-14T20:11:08.5073625+00:00",
"Author": "ac8959ff-172a-4366-ba0c-e03b7ae21dc2",
"Editor": "341a3ca9-d560-4efe-af49-c2f032579b58",
"SupportUser": true,
"Expiration": "2026-08-14T20:11:08.5073625+00:00",
"CostRate": [
{
"Id": "3dc74691-c6f2-4c85-ab7f-fe7932258dff",
"StartDate": "2026-08-14T20:11:08.5073625+00:00",
"EndDate": "2026-08-14T20:11:08.5073625+00:00",
"Cost": 4.0
},
{
"Id": "3dc74691-c6f2-4c85-ab7f-fe7932258dff",
"StartDate": "2026-08-14T20:11:08.5073625+00:00",
"EndDate": "2026-08-14T20:11:08.5073625+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "624dd71e-da0a-43f2-be0c-b3e11954a618",
"StartDate": "2026-08-14T20:11:08.5073625+00:00",
"EndDate": "2026-08-14T20:11:08.5073625+00:00",
"Rate": 4.0
},
{
"Id": "624dd71e-da0a-43f2-be0c-b3e11954a618",
"StartDate": "2026-08-14T20:11:08.5073625+00:00",
"EndDate": "2026-08-14T20:11:08.5073625+00:00",
"Rate": 4.0
}
],
"id": "cb8039ee-cd35-4ddc-b5e2-825c227ab325",
"ConfigId": "8c86959f-1133-409e-bb60-99c9fe75b8c2"
}