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": "88b6a0c0-139e-40e5-baa7-4ebc5d371e25",
"Office365Id": "42ea35c2-34ab-4bac-ac09-345505edccbd",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "7d99e922-5118-4eb3-8fc0-48ca7ff7d2f4",
"LastLogin": "2026-08-02T18:08:36.4070878+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"ef3b8c92-aa83-4924-be41-2b15d2ba9bac",
"444879f4-5405-4b64-8a3a-4615492b218b"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"03ddf334-3bff-4a60-abbd-95ed72a75324",
"c2ac02ef-29cc-4eee-b519-2fef2b922d80"
]
},
"Created": "2026-08-02T18:08:36.4070878+00:00",
"Modified": "2026-08-02T18:08:36.4070878+00:00",
"Author": "8666cad5-3e5e-4ceb-8d4f-0abb1959d6cd",
"Editor": "0d1f8c73-e732-4346-ab1a-ca4a81702fed",
"SupportUser": true,
"Expiration": "2026-08-02T18:08:36.4070878+00:00",
"CostRate": [
{
"Id": "2ba1ae4f-61c1-4692-b1af-5e4e308622de",
"StartDate": "2026-08-02T18:08:36.4070878+00:00",
"EndDate": "2026-08-02T18:08:36.4070878+00:00",
"Cost": 4.0
},
{
"Id": "2ba1ae4f-61c1-4692-b1af-5e4e308622de",
"StartDate": "2026-08-02T18:08:36.4070878+00:00",
"EndDate": "2026-08-02T18:08:36.4070878+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "4845f2bb-9e4f-4b83-a2fc-bfa73c750626",
"StartDate": "2026-08-02T18:08:36.4070878+00:00",
"EndDate": "2026-08-02T18:08:36.4070878+00:00",
"Rate": 4.0
},
{
"Id": "4845f2bb-9e4f-4b83-a2fc-bfa73c750626",
"StartDate": "2026-08-02T18:08:36.4070878+00:00",
"EndDate": "2026-08-02T18:08:36.4070878+00:00",
"Rate": 4.0
}
],
"id": "8065b926-880c-4d9c-9f89-f8cc58e2ec3f",
"ConfigId": "497b0efa-3a1f-4a4d-926e-a4524b7d2055"
}