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": "d35504c7-4958-4edf-a15b-4ad03cbe9ca0",
"Office365Id": "91dd4970-ecfe-4dcb-9c9f-c374be36105b",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "1790d503-448a-46cf-8379-6ee8859d3ffe",
"LastLogin": "2026-07-21T13:05:05.4262761+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"8678a306-b103-4907-8c2e-645906e5a67e",
"a519e159-88a1-4d79-8d3f-7fe2f6df830f"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"4018f1df-a870-46c2-a450-ff4631f62d56",
"30c4a802-9bed-47d9-9c8d-f3886877f1c3"
]
},
"Created": "2026-07-21T13:05:05.4262761+00:00",
"Modified": "2026-07-21T13:05:05.4262761+00:00",
"Author": "820dede1-3a17-428c-bf00-648c5e49aaf9",
"Editor": "c7e9b183-e04b-4154-8893-d0a7ea33c70f",
"SupportUser": true,
"Expiration": "2026-07-21T13:05:05.4262761+00:00",
"CostRate": [
{
"Id": "a0076abf-7699-432b-a8dd-db067f4c2a02",
"StartDate": "2026-07-21T13:05:05.4262761+00:00",
"EndDate": "2026-07-21T13:05:05.4262761+00:00",
"Cost": 4.0
},
{
"Id": "a0076abf-7699-432b-a8dd-db067f4c2a02",
"StartDate": "2026-07-21T13:05:05.4262761+00:00",
"EndDate": "2026-07-21T13:05:05.4262761+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "26f71aab-0b70-4b12-819d-653285a34e2a",
"StartDate": "2026-07-21T13:05:05.4262761+00:00",
"EndDate": "2026-07-21T13:05:05.4262761+00:00",
"Rate": 4.0
},
{
"Id": "26f71aab-0b70-4b12-819d-653285a34e2a",
"StartDate": "2026-07-21T13:05:05.4262761+00:00",
"EndDate": "2026-07-21T13:05:05.4262761+00:00",
"Rate": 4.0
}
],
"id": "4648e23c-7c8a-4432-8711-3fede52940f2",
"ConfigId": "2fef538f-c944-44f9-87f9-ffc028d9c7d5"
}