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": "1c58026c-d3cc-4ead-84d5-9e05b5ff6b61",
"Office365Id": "c1138b5b-3cb3-4a7c-8f84-23b99e0a2c5b",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "d3f82709-dfd6-4f18-8113-41c5cdd06a83",
"LastLogin": "2025-11-22T12:26:50.4027695+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"a4b840f9-06cb-428c-b5f4-5fb7145910f9",
"6dff9e60-b927-4a1d-a6ec-d907c4a1e0f6"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"92aa2848-c4d3-45b2-94b1-b3a44b9aa6e7",
"0ee71672-1973-431f-a93a-ed7529a3cfe4"
]
},
"Created": "2025-11-22T12:26:50.4027695+00:00",
"Modified": "2025-11-22T12:26:50.4027695+00:00",
"Author": "0167539d-bdd9-499c-a83b-55ccaeb44210",
"Editor": "b1aa1af7-db90-43a0-a40a-a7e07252b70a",
"CostRate": [
{
"Id": "c8204bb5-5ed1-4208-b11d-7523691555d4",
"StartDate": "2025-11-22T12:26:50.4027695+00:00",
"EndDate": "2025-11-22T12:26:50.4027695+00:00",
"Cost": 4.0
},
{
"Id": "c8204bb5-5ed1-4208-b11d-7523691555d4",
"StartDate": "2025-11-22T12:26:50.4027695+00:00",
"EndDate": "2025-11-22T12:26:50.4027695+00:00",
"Cost": 4.0
}
],
"id": "59aa3a41-17a4-43ae-bc39-63fe95bee17c",
"ConfigId": "7de2801d-0815-4481-bccc-8ce2ceb649b4"
}