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": "275e78f7-1403-4cde-acc7-c6f580b79ee7",
"Office365Id": "586d2e7f-c85c-4221-aa09-5b3d22921c42",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "438e5238-e5ac-46b7-b666-874706077a55",
"LastLogin": "2025-12-24T23:35:26.6161928+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"31b2c374-f904-49c7-8caf-5d54930716c4",
"b496a4d2-9381-455b-b258-a2c6cd7cca23"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"9224dcc6-fdc2-4b9b-a40a-00a17b05eb46",
"f17261d2-971d-4b8d-a8da-68e033063987"
]
},
"Created": "2025-12-24T23:35:26.6161928+00:00",
"Modified": "2025-12-24T23:35:26.6161928+00:00",
"Author": "635f8464-5955-44b4-94ff-0085f53bd041",
"Editor": "41a04178-8fee-4888-91a2-1ca3edcf7d2e",
"CostRate": [
{
"Id": "9affa44c-0ef0-45fc-9909-5fd13d28438c",
"StartDate": "2025-12-24T23:35:26.6161928+00:00",
"EndDate": "2025-12-24T23:35:26.6161928+00:00",
"Cost": 4.0
},
{
"Id": "9affa44c-0ef0-45fc-9909-5fd13d28438c",
"StartDate": "2025-12-24T23:35:26.6161928+00:00",
"EndDate": "2025-12-24T23:35:26.6161928+00:00",
"Cost": 4.0
}
],
"id": "da04ac65-5d1e-4c80-a478-172031f4ae2f",
"ConfigId": "a33d03af-14fd-4561-bc5c-4665fa7721b2"
}