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": "71df172b-b96a-4f37-9e76-ce3683b89600",
"Office365Id": "1984da56-4337-4242-98ac-fdc336a39523",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "58bd4bed-f550-44fa-a023-ca5c3f45e696",
"LastLogin": "2025-11-24T17:58:35.3564993+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"f0da7caa-823d-43ee-8b3b-f81a36599685",
"d9847474-a725-4ace-a296-3e4c68b7638c"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"275e193c-c3a2-4108-8204-cee2a4b68669",
"10b926ca-75c9-451b-993d-0ee9737c373e"
]
},
"Created": "2025-11-24T17:58:35.3564993+00:00",
"Modified": "2025-11-24T17:58:35.3564993+00:00",
"Author": "81e85288-b5f0-49f2-8925-6a9da428cc1a",
"Editor": "2b21121c-df6e-4484-8c35-08f7e9b62f1a",
"CostRate": [
{
"Id": "a49e4a77-8ed3-4eeb-b34c-138aca9db068",
"StartDate": "2025-11-24T17:58:35.3564993+00:00",
"EndDate": "2025-11-24T17:58:35.3564993+00:00",
"Cost": 4.0
},
{
"Id": "a49e4a77-8ed3-4eeb-b34c-138aca9db068",
"StartDate": "2025-11-24T17:58:35.3564993+00:00",
"EndDate": "2025-11-24T17:58:35.3564993+00:00",
"Cost": 4.0
}
],
"id": "d8095619-d2aa-49c0-97fd-f91b9f8b5052",
"ConfigId": "90c0c47e-109d-4b11-9530-66459983725d"
}