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": "bbbcf2a6-106f-4639-aaab-585956a82572",
"Office365Id": "54679f39-b69d-475d-9532-c42cc1fef7e1",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "eb7392ea-593f-415f-8933-2fa553ef1c25",
"LastLogin": "2025-12-09T18:44:09.899595+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"d6167f39-70ab-498e-93e0-fc9c47460f2c",
"f9cda397-babd-4cdf-b2ed-ba5b24c7321e"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"1900dbda-50d1-4925-a445-4e94bc092027",
"913dd498-a931-42df-bc57-322d9bd1d151"
]
},
"Created": "2025-12-09T18:44:09.9152291+00:00",
"Modified": "2025-12-09T18:44:09.9152291+00:00",
"Author": "698cd944-5a63-438f-986d-4ed6a95e0252",
"Editor": "6ed70307-fbdd-4071-9306-5098c61816dc",
"CostRate": [
{
"Id": "dbf6373c-fc83-4e16-ac9c-bbf7d4c65f12",
"StartDate": "2025-12-09T18:44:09.9152291+00:00",
"EndDate": "2025-12-09T18:44:09.9152291+00:00",
"Cost": 4.0
},
{
"Id": "dbf6373c-fc83-4e16-ac9c-bbf7d4c65f12",
"StartDate": "2025-12-09T18:44:09.9152291+00:00",
"EndDate": "2025-12-09T18:44:09.9152291+00:00",
"Cost": 4.0
}
],
"id": "7f5982b7-b351-49bd-ade5-953b1763a31a",
"ConfigId": "675bcd00-a4d7-4bbe-a7d5-bf0c8bea665b"
}