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": "3ef15b4d-f104-4331-b54e-d33c99c8471b",
"Office365Id": "d4443505-5c84-491f-a91a-c73781140d15",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "6ceb3f88-4b3f-465f-940d-13a232c6ad80",
"LastLogin": "2026-03-19T12:19:49.6399963+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"d5e19f68-bb19-4b8a-bffd-8095a3336dcd",
"888630bb-f1b5-42a8-92ef-f9a440fd6a5b"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"11e93034-f234-433a-bfd5-548fb8e6e090",
"01dbbbac-b75c-4f52-95ec-dd63032408e7"
]
},
"Created": "2026-03-19T12:19:49.6399963+00:00",
"Modified": "2026-03-19T12:19:49.6399963+00:00",
"Author": "17cf27b9-da9b-418f-b6a0-6ee923e19f10",
"Editor": "68e30474-a9fa-4a69-9750-1e4f476a0dd4",
"CostRate": [
{
"Id": "71bdae6b-3a50-4caa-bde1-9f6428a30fc8",
"StartDate": "2026-03-19T12:19:49.6399963+00:00",
"EndDate": "2026-03-19T12:19:49.6399963+00:00",
"Cost": 4.0
},
{
"Id": "71bdae6b-3a50-4caa-bde1-9f6428a30fc8",
"StartDate": "2026-03-19T12:19:49.6399963+00:00",
"EndDate": "2026-03-19T12:19:49.6399963+00:00",
"Cost": 4.0
}
],
"id": "d42ddb68-c55e-42af-bd01-09c127afa9f5",
"ConfigId": "bfdb673f-d959-44d4-a08f-e6b5e239dc7a"
}