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. |
|
| RateTable | Collection of ResourceRevenueRate |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"userid": "58d0255d-dcb9-4090-a4aa-ace80f6c4cc1",
"Office365Id": "565ccda3-821a-48db-b59a-4a37599f7404",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "41d6baa2-8912-4242-aeec-04adcfda6415",
"LastLogin": "2026-06-16T19:12:45.9019922+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"d67e87d8-5b73-4e18-94cd-1dce1959ac8e",
"dc017371-bdfe-430d-8efb-65c993759167"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"02009a49-3551-4399-8829-900828eaa8de",
"70af5781-fd1c-4669-9e0c-71e57e0b41ef"
]
},
"Created": "2026-06-16T19:12:45.9019922+00:00",
"Modified": "2026-06-16T19:12:45.9019922+00:00",
"Author": "3793e650-680d-4dfb-88b9-7f616d5ae3da",
"Editor": "e0882efb-f4a9-45b0-b2e6-a1cd176b25b1",
"CostRate": [
{
"Id": "cdc49e3c-9524-4603-86c6-9fcbd32c9e98",
"StartDate": "2026-06-16T19:12:45.9019922+00:00",
"EndDate": "2026-06-16T19:12:45.9019922+00:00",
"Cost": 4.0
},
{
"Id": "cdc49e3c-9524-4603-86c6-9fcbd32c9e98",
"StartDate": "2026-06-16T19:12:45.9019922+00:00",
"EndDate": "2026-06-16T19:12:45.9019922+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "46987be0-e3ed-4277-b9f4-6fe806c48335",
"StartDate": "2026-06-16T19:12:45.9019922+00:00",
"EndDate": "2026-06-16T19:12:45.9019922+00:00",
"Rate": 4.0
},
{
"Id": "46987be0-e3ed-4277-b9f4-6fe806c48335",
"StartDate": "2026-06-16T19:12:45.9019922+00:00",
"EndDate": "2026-06-16T19:12:45.9019922+00:00",
"Rate": 4.0
}
],
"id": "cf27220e-0163-4722-bf84-0598e928c88c",
"ConfigId": "050e0f0a-64dc-4dd6-aae1-d19a437238ab"
}