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": "091433c5-ec0b-48a5-b112-91a120c83f5a",
"Office365Id": "6a55a354-9a91-432f-94a8-e47e0b5114b1",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "7fa67afb-2500-41fa-a7fb-7b54ed6f6c7e",
"LastLogin": "2026-03-05T11:34:37.4955052+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"3338fe2d-520c-43ce-b321-7e16de1abafa",
"88c27ec4-dd8e-4185-94af-154f4b2486bb"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"9cae368a-85c3-407b-9f02-a29abd8fc2eb",
"771453c6-b177-4309-b129-838972220cf5"
]
},
"Created": "2026-03-05T11:34:37.4955052+00:00",
"Modified": "2026-03-05T11:34:37.4955052+00:00",
"Author": "f9224535-65fe-435c-b1fd-e7f7de4d51f6",
"Editor": "acb411a1-d2a3-48d7-9c49-9d9c944c11e7",
"CostRate": [
{
"Id": "56742392-137a-454f-99e9-5a24549a849e",
"StartDate": "2026-03-05T11:34:37.4955052+00:00",
"EndDate": "2026-03-05T11:34:37.4955052+00:00",
"Cost": 4.0
},
{
"Id": "56742392-137a-454f-99e9-5a24549a849e",
"StartDate": "2026-03-05T11:34:37.4955052+00:00",
"EndDate": "2026-03-05T11:34:37.4955052+00:00",
"Cost": 4.0
}
],
"id": "32a39491-2c2c-4b16-aec4-35b1a05094ad",
"ConfigId": "a0297094-0edc-4a07-aad1-c719923c1556"
}