GET api/resources/{id}
Get resource by id
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
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": "9bcecf0c-1538-4f5e-b154-5df364eda4d7",
"Office365Id": "f44a7a96-cc3a-4f79-9ab6-a33a1c9ea91a",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "03cccc75-ae4f-407a-9a65-545882d57d14",
"LastLogin": "2026-07-27T16:57:00.1587328+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"42cb816f-14cb-454b-9069-3262b796e643",
"9d79f14e-0ea1-45d3-83c8-ca61bb2ba027"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"35513722-2f7b-4d9b-8cf4-df923bdb0585",
"c802d6b5-3de8-468d-917e-895b1ae4f041"
]
},
"Created": "2026-07-27T16:57:00.1587328+00:00",
"Modified": "2026-07-27T16:57:00.1587328+00:00",
"Author": "ca21f67e-caed-4b04-9cfd-6e79353f5746",
"Editor": "5fd22ccd-e5d7-4a82-9083-8ec9196966b0",
"SupportUser": true,
"Expiration": "2026-07-27T16:57:00.1587328+00:00",
"CostRate": [
{
"Id": "d6421952-5240-453f-afaf-a7947cc6da9f",
"StartDate": "2026-07-27T16:57:00.1587328+00:00",
"EndDate": "2026-07-27T16:57:00.1587328+00:00",
"Cost": 4.0
},
{
"Id": "d6421952-5240-453f-afaf-a7947cc6da9f",
"StartDate": "2026-07-27T16:57:00.1587328+00:00",
"EndDate": "2026-07-27T16:57:00.1587328+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "f4ae6764-7ffa-4c0d-bd93-0fe4895010b9",
"StartDate": "2026-07-27T16:57:00.1587328+00:00",
"EndDate": "2026-07-27T16:57:00.1587328+00:00",
"Rate": 4.0
},
{
"Id": "f4ae6764-7ffa-4c0d-bd93-0fe4895010b9",
"StartDate": "2026-07-27T16:57:00.1587328+00:00",
"EndDate": "2026-07-27T16:57:00.1587328+00:00",
"Rate": 4.0
}
],
"id": "35ed1d3b-aca9-4663-89e2-c7cd8273cc78",
"ConfigId": "8b3dc2bf-587b-49a1-a6e2-7e48a990aaa3"
}