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": "ff37ec80-fec0-456b-95dc-36c2639d948f",
"Office365Id": "16d4a5d8-1378-4fc3-a8f3-97cba7798569",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "735637ca-6eab-4feb-b5b2-48f625306e2e",
"LastLogin": "2026-07-03T09:29:32.0514107+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"baa222e7-76a7-4aa8-941b-9b9b8b8c90d9",
"1df86e36-8487-45d5-b879-c6f669c9b8cb"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"6fa35e38-e6cb-4327-a110-df168992b259",
"45808f12-5a6d-4b76-a555-d7e15242e30c"
]
},
"Created": "2026-07-03T09:29:32.0514107+00:00",
"Modified": "2026-07-03T09:29:32.0514107+00:00",
"Author": "f75019e5-691c-49fd-ae10-07a3f6f48d60",
"Editor": "5f316096-1bb8-4597-90b4-77505278f906",
"SupportUser": true,
"Expiration": "2026-07-03T09:29:32.0514107+00:00",
"CostRate": [
{
"Id": "ba009115-657e-4e5d-abb2-ff88c8e95da5",
"StartDate": "2026-07-03T09:29:32.0514107+00:00",
"EndDate": "2026-07-03T09:29:32.0514107+00:00",
"Cost": 4.0
},
{
"Id": "ba009115-657e-4e5d-abb2-ff88c8e95da5",
"StartDate": "2026-07-03T09:29:32.0514107+00:00",
"EndDate": "2026-07-03T09:29:32.0514107+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "4197d500-44f4-4b51-9143-c26f3ce9078c",
"StartDate": "2026-07-03T09:29:32.0514107+00:00",
"EndDate": "2026-07-03T09:29:32.0514107+00:00",
"Rate": 4.0
},
{
"Id": "4197d500-44f4-4b51-9143-c26f3ce9078c",
"StartDate": "2026-07-03T09:29:32.0514107+00:00",
"EndDate": "2026-07-03T09:29:32.0514107+00:00",
"Rate": 4.0
}
],
"id": "16237761-fe80-4893-abb1-91a2fcd7cd32",
"ConfigId": "f85324e3-1fdf-4bba-bf40-43c87fb03a1a"
}