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": "bc20c6d0-a2a4-4631-baed-9b2a43fad197",
"Office365Id": "6315866b-cfa3-4be2-b642-216e968f1df3",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "50145862-ac8c-46b5-99b3-bf9cb0ea0589",
"LastLogin": "2026-09-19T14:20:46.2481897+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"933f6138-753f-4015-b849-26d0224d29c5",
"e1727e66-0338-484d-be0b-1cfde12f36ec"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"e3fed3f0-3052-4996-9c7d-57b08dfe62fc",
"0005aa9c-ac92-4d49-824f-bd8ad3f413c0"
]
},
"Created": "2026-09-19T14:20:46.2481897+00:00",
"Modified": "2026-09-19T14:20:46.2481897+00:00",
"Author": "35221e11-780b-465e-8b65-650b14dc808f",
"Editor": "299b6af6-0b9d-4db5-817b-ce230b48c0a1",
"SupportUser": true,
"Expiration": "2026-09-19T14:20:46.2481897+00:00",
"CostRate": [
{
"Id": "c7b1486d-4142-43f0-b385-cfaf2d857622",
"StartDate": "2026-09-19T14:20:46.2481897+00:00",
"EndDate": "2026-09-19T14:20:46.2481897+00:00",
"Cost": 4.0
},
{
"Id": "c7b1486d-4142-43f0-b385-cfaf2d857622",
"StartDate": "2026-09-19T14:20:46.2481897+00:00",
"EndDate": "2026-09-19T14:20:46.2481897+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "a9e86a1d-6cc5-4050-8ccc-36d7921cea4e",
"StartDate": "2026-09-19T14:20:46.2481897+00:00",
"EndDate": "2026-09-19T14:20:46.2481897+00:00",
"Rate": 4.0
},
{
"Id": "a9e86a1d-6cc5-4050-8ccc-36d7921cea4e",
"StartDate": "2026-09-19T14:20:46.2481897+00:00",
"EndDate": "2026-09-19T14:20:46.2481897+00:00",
"Rate": 4.0
}
],
"id": "646284d5-a142-477a-89f5-b14e405aad01",
"ConfigId": "78ba9ca0-f53a-401d-88b8-271a741403f0"
}