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": "21e8c586-ec57-4b70-b765-cda844c735ff",
"Office365Id": "7fca0c69-41d3-4280-b40d-a66cae98732b",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "16ef52d3-c1d9-499f-9645-974fa31958c3",
"LastLogin": "2026-09-13T18:39:50.9318306+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"7d6feaba-c90e-4e4d-b44f-c6c1544bfd63",
"c697cd5e-7e3b-49df-8056-060cbc09adaa"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"23fdf80f-825b-40c2-85ba-331e15ebb0cc",
"067c712f-6b23-4ada-b4c1-7451d379c361"
]
},
"Created": "2026-09-13T18:39:50.9318306+00:00",
"Modified": "2026-09-13T18:39:50.9318306+00:00",
"Author": "3d56ec2d-3f20-4b88-b894-87b7cdf713ad",
"Editor": "855f9b3b-b943-4823-b530-accbfd41cd49",
"SupportUser": true,
"Expiration": "2026-09-13T18:39:50.9318306+00:00",
"CostRate": [
{
"Id": "f1b00c4f-3c52-4760-ae93-886fa2ce3687",
"StartDate": "2026-09-13T18:39:50.9318306+00:00",
"EndDate": "2026-09-13T18:39:50.9318306+00:00",
"Cost": 4.0
},
{
"Id": "f1b00c4f-3c52-4760-ae93-886fa2ce3687",
"StartDate": "2026-09-13T18:39:50.9318306+00:00",
"EndDate": "2026-09-13T18:39:50.9318306+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "9461f0cd-b567-424f-a0a2-83daeec4ddb9",
"StartDate": "2026-09-13T18:39:50.9318306+00:00",
"EndDate": "2026-09-13T18:39:50.9318306+00:00",
"Rate": 4.0
},
{
"Id": "9461f0cd-b567-424f-a0a2-83daeec4ddb9",
"StartDate": "2026-09-13T18:39:50.9318306+00:00",
"EndDate": "2026-09-13T18:39:50.9318306+00:00",
"Rate": 4.0
}
],
"id": "b8c206c4-bf04-49ec-b2fc-3030a0783616",
"ConfigId": "4b37c2d2-651a-4693-b9ec-a87acb4f327b"
}