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": "4bb9f006-46dd-4276-aaeb-f4d5b67d1861",
"Office365Id": "52265f3f-d2c0-48f5-8dc3-6c6bc2caf66d",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "524c733f-be85-424a-ad3c-f1b9908f4816",
"LastLogin": "2026-08-27T03:50:58.1599661+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"2d3445ca-5c2f-4abe-87c8-1de7cdbe9338",
"7300fea7-d363-4a36-9476-417ed4bbc3f2"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"2ba99abd-adef-4709-aa2e-daebe7fcdaa1",
"f14e4e97-2a25-415a-88cf-b52bef699d6b"
]
},
"Created": "2026-08-27T03:50:58.1599661+00:00",
"Modified": "2026-08-27T03:50:58.1599661+00:00",
"Author": "25db58bb-87c7-49fb-900a-e346d1fa7b0c",
"Editor": "52dc7b68-3746-40ce-9561-3d8cc33b01cf",
"SupportUser": true,
"Expiration": "2026-08-27T03:50:58.1599661+00:00",
"CostRate": [
{
"Id": "fcb8577e-ab93-46a8-8b7b-ba621969f820",
"StartDate": "2026-08-27T03:50:58.1599661+00:00",
"EndDate": "2026-08-27T03:50:58.1599661+00:00",
"Cost": 4.0
},
{
"Id": "fcb8577e-ab93-46a8-8b7b-ba621969f820",
"StartDate": "2026-08-27T03:50:58.1599661+00:00",
"EndDate": "2026-08-27T03:50:58.1599661+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "f7076942-a34a-48e0-83f3-013cfaa548a4",
"StartDate": "2026-08-27T03:50:58.1599661+00:00",
"EndDate": "2026-08-27T03:50:58.1599661+00:00",
"Rate": 4.0
},
{
"Id": "f7076942-a34a-48e0-83f3-013cfaa548a4",
"StartDate": "2026-08-27T03:50:58.1599661+00:00",
"EndDate": "2026-08-27T03:50:58.1599661+00:00",
"Rate": 4.0
}
],
"id": "ec98347f-af3d-47e8-9d52-c211dfaec1cc",
"ConfigId": "8e7efb8d-510d-4c64-be78-c44c75c8ba95"
}