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": "0367a780-554c-43d7-8724-5c57ad81508e",
"Office365Id": "c38be8b5-fe04-4221-adc5-9f7a987729c3",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "e3bfa122-067b-41ad-bf01-1be16ea43cb5",
"LastLogin": "2026-05-21T16:43:39.2434169+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"2f4e09b3-6174-4c21-90e0-ea524b53534f",
"508636d9-7e5d-4445-8260-eac4a2bd3377"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"e86dab73-ce5a-480f-81e7-c87b5a540125",
"436fbad7-b0fd-41a9-b581-e4e672f61f84"
]
},
"Created": "2026-05-21T16:43:39.2434169+00:00",
"Modified": "2026-05-21T16:43:39.2434169+00:00",
"Author": "e7ead2be-33cd-4e95-ae0f-90fd874fac94",
"Editor": "e0768eb9-5406-426f-9426-b4234d827afd",
"CostRate": [
{
"Id": "57a28f50-4df1-41f3-b85d-4efde0a971af",
"StartDate": "2026-05-21T16:43:39.2434169+00:00",
"EndDate": "2026-05-21T16:43:39.2434169+00:00",
"Cost": 4.0
},
{
"Id": "57a28f50-4df1-41f3-b85d-4efde0a971af",
"StartDate": "2026-05-21T16:43:39.2434169+00:00",
"EndDate": "2026-05-21T16:43:39.2434169+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "dae8afc7-98f0-48b6-8cce-9ef0eda24454",
"StartDate": "2026-05-21T16:43:39.2434169+00:00",
"EndDate": "2026-05-21T16:43:39.2434169+00:00",
"Rate": 4.0
},
{
"Id": "dae8afc7-98f0-48b6-8cce-9ef0eda24454",
"StartDate": "2026-05-21T16:43:39.2434169+00:00",
"EndDate": "2026-05-21T16:43:39.2434169+00:00",
"Rate": 4.0
}
],
"id": "6cf87ec2-e8ca-4529-9e6a-74b4ec7fa4bc",
"ConfigId": "bac47059-fc83-4bc6-8144-fe7bbc542762"
}