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": "c02fb970-ec25-41ea-832a-e6cc0818b464",
"Office365Id": "0e812826-4114-45ab-9adf-c69907d5dd90",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "10173972-48be-4f77-befe-c0798e486032",
"LastLogin": "2026-07-12T10:23:19.4431333+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"c59eca66-d28f-405d-b68e-2f7e3bdf7dba",
"4ac9a078-3ee8-4d03-8ce7-26373968bc1f"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"949a9d8c-1ca2-4a19-89dc-d3dc6821114a",
"9a5b58e8-cc06-4feb-9f4f-7ea7d8396b56"
]
},
"Created": "2026-07-12T10:23:19.4431333+00:00",
"Modified": "2026-07-12T10:23:19.4431333+00:00",
"Author": "3bdf7967-fd35-4822-b013-988492756bf0",
"Editor": "0818fc52-ebe3-4567-8802-c6612b523049",
"SupportUser": true,
"Expiration": "2026-07-12T10:23:19.4431333+00:00",
"CostRate": [
{
"Id": "cdaa2a82-f549-47c0-a561-2a27559202f1",
"StartDate": "2026-07-12T10:23:19.4431333+00:00",
"EndDate": "2026-07-12T10:23:19.4431333+00:00",
"Cost": 4.0
},
{
"Id": "cdaa2a82-f549-47c0-a561-2a27559202f1",
"StartDate": "2026-07-12T10:23:19.4431333+00:00",
"EndDate": "2026-07-12T10:23:19.4431333+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "fd30b954-978e-426c-b666-f4291206bee2",
"StartDate": "2026-07-12T10:23:19.4431333+00:00",
"EndDate": "2026-07-12T10:23:19.4431333+00:00",
"Rate": 4.0
},
{
"Id": "fd30b954-978e-426c-b666-f4291206bee2",
"StartDate": "2026-07-12T10:23:19.4431333+00:00",
"EndDate": "2026-07-12T10:23:19.4431333+00:00",
"Rate": 4.0
}
],
"id": "1bf803d0-c3b9-4597-a5d8-8fd83742e18e",
"ConfigId": "fd22de42-405a-4997-aa70-53c5785ed8cb"
}