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": "5d1568f1-5771-46f2-b7f8-cbdbf60dd823",
"Office365Id": "e8561019-5fd2-4478-be42-deaed5e58c43",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "2373cda5-6598-4dfa-a3ee-977f6283cbbc",
"LastLogin": "2025-12-17T21:19:31.1451621+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"d302fc3c-f39f-4ce0-a33d-5663ba61fd91",
"044ffdde-2dd8-4940-8504-9b64f3b333b1"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"2d3b23cd-ae97-4ca2-9098-367464c62061",
"f9e6123d-1ce6-4b0c-a120-f98ec952b3e8"
]
},
"Created": "2025-12-17T21:19:31.1451621+00:00",
"Modified": "2025-12-17T21:19:31.1451621+00:00",
"Author": "0ad84a35-12d3-43f1-a903-798b58c7adae",
"Editor": "7075f770-ddc4-45f3-8b5f-8131e553cf8d",
"CostRate": [
{
"Id": "1b911e9e-8a67-48f7-b405-cb21ebdbbafa",
"StartDate": "2025-12-17T21:19:31.1451621+00:00",
"EndDate": "2025-12-17T21:19:31.1451621+00:00",
"Cost": 4.0
},
{
"Id": "1b911e9e-8a67-48f7-b405-cb21ebdbbafa",
"StartDate": "2025-12-17T21:19:31.1451621+00:00",
"EndDate": "2025-12-17T21:19:31.1451621+00:00",
"Cost": 4.0
}
],
"id": "f4d1f776-0440-47f1-ba1c-aa3016128d7b",
"ConfigId": "b27eac2f-416c-4b02-9131-fc36c4946892"
}