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": "ae146e4d-e402-40d5-9a5e-b610a2707d62",
"Office365Id": "39eda1e9-62d5-459d-a390-56254f9f958e",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "ad7d08c5-4f7f-46c7-839d-e5c674f27c7b",
"LastLogin": "2025-12-30T22:48:34.3345704+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"ed5abcce-223f-4f2c-8532-2d596c20099d",
"cd9afc01-add9-4b13-a0b5-a3c13e375ffe"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"80887a8f-d87e-4e23-8344-0e4ab8655794",
"ce1944d2-db0c-423c-bdc0-8fb732f94b29"
]
},
"Created": "2025-12-30T22:48:34.3345704+00:00",
"Modified": "2025-12-30T22:48:34.3345704+00:00",
"Author": "8d0fff4d-89dc-41eb-9c97-bad85b47558e",
"Editor": "f0e36286-5837-4c20-a9f2-8b5c0efed84a",
"CostRate": [
{
"Id": "f65a676c-02f8-4f35-884a-6dd9c5f891a1",
"StartDate": "2025-12-30T22:48:34.3345704+00:00",
"EndDate": "2025-12-30T22:48:34.3345704+00:00",
"Cost": 4.0
},
{
"Id": "f65a676c-02f8-4f35-884a-6dd9c5f891a1",
"StartDate": "2025-12-30T22:48:34.3345704+00:00",
"EndDate": "2025-12-30T22:48:34.3345704+00:00",
"Cost": 4.0
}
],
"id": "d9f86495-2300-47a2-a3c9-455a673c1740",
"ConfigId": "2e9a0153-4caa-4def-8107-009ca5867e6d"
}