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. |
|
| SupportUser | boolean |
None. |
|
| Expiration | date |
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": "30bf706e-ba3f-4581-be25-d4f37a1a304a",
"Office365Id": "0590a066-911b-4863-9f9f-644b99f4f29d",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "787be084-ec63-474d-b3a2-8adf3ddab528",
"LastLogin": "2026-09-23T09:26:26.7950851+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"8a0542b1-ed1f-4a27-953f-dfb709f26067",
"a767bc71-3a07-484a-8ff0-e0750cf425c3"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"912b7118-ee63-45c3-9ded-fe5371c3d9c4",
"2e666608-273c-48b0-a0a0-c27bb52a02cb"
]
},
"Created": "2026-09-23T09:26:26.7950851+00:00",
"Modified": "2026-09-23T09:26:26.7950851+00:00",
"Author": "361212ce-3cb0-4ad4-9071-3828a1215498",
"Editor": "8e61ee38-c13c-4110-90ad-999cf8079fa4",
"SupportUser": true,
"Expiration": "2026-09-23T09:26:26.7950851+00:00",
"CostRate": [
{
"Id": "bbaf4b87-5a9b-485c-9bcf-6f1feca57b1b",
"StartDate": "2026-09-23T09:26:26.7950851+00:00",
"EndDate": "2026-09-23T09:26:26.7950851+00:00",
"Cost": 4.0
},
{
"Id": "bbaf4b87-5a9b-485c-9bcf-6f1feca57b1b",
"StartDate": "2026-09-23T09:26:26.7950851+00:00",
"EndDate": "2026-09-23T09:26:26.7950851+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "304e8b68-20f8-40ea-98a4-c5566cb2298c",
"StartDate": "2026-09-23T09:26:26.7950851+00:00",
"EndDate": "2026-09-23T09:26:26.7950851+00:00",
"Rate": 4.0
},
{
"Id": "304e8b68-20f8-40ea-98a4-c5566cb2298c",
"StartDate": "2026-09-23T09:26:26.7950851+00:00",
"EndDate": "2026-09-23T09:26:26.7950851+00:00",
"Rate": 4.0
}
],
"id": "70555cba-8aa8-4329-9dbf-412797a79e73",
"ConfigId": "6d489fd1-bcfe-4be4-9724-472eac18e91c"
}