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. |
|
| CostRate | Collection of ResourceCost |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"userid": "654eb181-6cc0-4d03-8624-cd442cad3b58",
"Office365Id": "118688af-2ce5-4f61-994d-59ee8d001c3b",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "2a5d4044-c21c-44ef-8643-8be2b5147928",
"LastLogin": "2026-02-05T06:45:00.0566114+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"7d1f9837-8d82-4776-b4c0-5d058b57d986",
"a14a3bf4-79f4-437a-abe8-b4053a9b73ba"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"0bd130d1-5daf-44ff-a27e-e8c9ef8d0cfc",
"90bdf6b4-d6c1-44f7-93db-01dd2f6eb4d1"
]
},
"Created": "2026-02-05T06:45:00.0566114+00:00",
"Modified": "2026-02-05T06:45:00.0566114+00:00",
"Author": "c436422f-2d37-4cb6-9a3f-b39dadb77ec2",
"Editor": "40652a33-9de7-42f8-a7b0-b5809ff4b421",
"CostRate": [
{
"Id": "9625ed1c-1b83-4616-a86c-c8537a90baee",
"StartDate": "2026-02-05T06:45:00.0566114+00:00",
"EndDate": "2026-02-05T06:45:00.0566114+00:00",
"Cost": 4.0
},
{
"Id": "9625ed1c-1b83-4616-a86c-c8537a90baee",
"StartDate": "2026-02-05T06:45:00.0566114+00:00",
"EndDate": "2026-02-05T06:45:00.0566114+00:00",
"Cost": 4.0
}
],
"id": "bf635e9c-2c6c-4e24-82ca-e67adacd5fe2",
"ConfigId": "994407ac-6ef4-4b4a-b9b4-d6e7576db5da"
}