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": "f8a0cefc-60fe-4813-8e42-40c8176ff89c",
"Office365Id": "f73e989f-29ee-437b-80ec-4578106e11b7",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "d67ba679-c262-4d77-a48f-e4bcbe838db8",
"LastLogin": "2026-06-30T01:51:52.1933699+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"a6b99251-29cd-489b-ae15-89d31092d430",
"0f218546-db4b-449d-8633-3cccdf42ac13"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"246c8ac9-ee63-43ec-b441-91ed250e5155",
"d18f2e8a-7783-42a0-bf16-f1f01c4bacad"
]
},
"Created": "2026-06-30T01:51:52.1933699+00:00",
"Modified": "2026-06-30T01:51:52.1933699+00:00",
"Author": "67e20848-7dd3-49c1-a8a1-6fcf2723b841",
"Editor": "85a6ab44-838b-437f-b248-ee5bd4d6ed37",
"SupportUser": true,
"Expiration": "2026-06-30T01:51:52.1933699+00:00",
"CostRate": [
{
"Id": "f0c1b811-7bc0-42ed-85ce-4ea9784eaae0",
"StartDate": "2026-06-30T01:51:52.1933699+00:00",
"EndDate": "2026-06-30T01:51:52.1933699+00:00",
"Cost": 4.0
},
{
"Id": "f0c1b811-7bc0-42ed-85ce-4ea9784eaae0",
"StartDate": "2026-06-30T01:51:52.1933699+00:00",
"EndDate": "2026-06-30T01:51:52.1933699+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "c8edde7e-b792-459b-9060-75c5b04712a2",
"StartDate": "2026-06-30T01:51:52.1933699+00:00",
"EndDate": "2026-06-30T01:51:52.1933699+00:00",
"Rate": 4.0
},
{
"Id": "c8edde7e-b792-459b-9060-75c5b04712a2",
"StartDate": "2026-06-30T01:51:52.1933699+00:00",
"EndDate": "2026-06-30T01:51:52.1933699+00:00",
"Rate": 4.0
}
],
"id": "fc22c4f0-ee28-46d2-a48d-4a2d1bbdf7b4",
"ConfigId": "76919d21-3388-4d17-b68f-ebaddd0ceac9"
}