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": "6759a4fd-afb8-4172-b317-7b483f8bc615",
"Office365Id": "ea46552a-33ab-4e1f-b55a-bc6465175443",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "55ba5476-3359-4f6b-8f66-6bd4ed0e9907",
"LastLogin": "2026-08-27T01:54:21.0701878+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"4e2c3583-cf8a-49fd-a45a-94d907b4cf87",
"549b68c0-6fdd-4396-9bff-d0c27cf3b6b0"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"dc355db6-d742-4895-909e-c3ca0c7bee95",
"1dd65ac2-ec25-4951-996c-98773e44caa3"
]
},
"Created": "2026-08-27T01:54:21.0701878+00:00",
"Modified": "2026-08-27T01:54:21.0701878+00:00",
"Author": "d2436cb1-f011-47ef-bc04-3d2d44125d14",
"Editor": "74deed74-bda0-4d03-a604-e21606b2f175",
"SupportUser": true,
"Expiration": "2026-08-27T01:54:21.0701878+00:00",
"CostRate": [
{
"Id": "af56092a-273f-49dc-836a-d08866ebe304",
"StartDate": "2026-08-27T01:54:21.0701878+00:00",
"EndDate": "2026-08-27T01:54:21.0701878+00:00",
"Cost": 4.0
},
{
"Id": "af56092a-273f-49dc-836a-d08866ebe304",
"StartDate": "2026-08-27T01:54:21.0701878+00:00",
"EndDate": "2026-08-27T01:54:21.0701878+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "6f1f1271-6e4b-48a5-9334-4d0b8a8dd155",
"StartDate": "2026-08-27T01:54:21.0701878+00:00",
"EndDate": "2026-08-27T01:54:21.0701878+00:00",
"Rate": 4.0
},
{
"Id": "6f1f1271-6e4b-48a5-9334-4d0b8a8dd155",
"StartDate": "2026-08-27T01:54:21.0701878+00:00",
"EndDate": "2026-08-27T01:54:21.0701878+00:00",
"Rate": 4.0
}
],
"id": "2b1830c8-8256-4d27-8abf-4a80715da8f2",
"ConfigId": "8ce3fdaa-7088-41e6-b3ec-9ee74f6022ca"
}