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": "c3c0c606-0fc8-4902-a6f7-22efc972bab9",
"Office365Id": "66778a20-fe99-4a68-bd20-75c076b40295",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "61f44394-9a36-4066-9b99-3f73458d8d34",
"LastLogin": "2026-07-24T16:31:59.3517375+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"1ec75522-58d1-4964-b45e-23eb5dd750cd",
"e34e6b79-90b6-4c50-bee3-9c83f2008099"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"67478fda-e2e5-46d1-ae70-88f37557a27e",
"6b844a39-0d6f-46b0-b5e3-9550eaa3e0cc"
]
},
"Created": "2026-07-24T16:31:59.3517375+00:00",
"Modified": "2026-07-24T16:31:59.3517375+00:00",
"Author": "d21335be-7f6a-426a-a937-f23eeb8f3da3",
"Editor": "1a1befc2-8ba7-4a9f-ab93-ac54e51f2b35",
"SupportUser": true,
"Expiration": "2026-07-24T16:31:59.3517375+00:00",
"CostRate": [
{
"Id": "bd9b381b-9883-4864-8f61-60e368e52b46",
"StartDate": "2026-07-24T16:31:59.3517375+00:00",
"EndDate": "2026-07-24T16:31:59.3517375+00:00",
"Cost": 4.0
},
{
"Id": "bd9b381b-9883-4864-8f61-60e368e52b46",
"StartDate": "2026-07-24T16:31:59.3517375+00:00",
"EndDate": "2026-07-24T16:31:59.3517375+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "a8a6030d-a8a3-4969-8c49-7763874d0f76",
"StartDate": "2026-07-24T16:31:59.3517375+00:00",
"EndDate": "2026-07-24T16:31:59.3517375+00:00",
"Rate": 4.0
},
{
"Id": "a8a6030d-a8a3-4969-8c49-7763874d0f76",
"StartDate": "2026-07-24T16:31:59.3517375+00:00",
"EndDate": "2026-07-24T16:31:59.3517375+00:00",
"Rate": 4.0
}
],
"id": "9b2869bc-5d7b-4eee-b586-699af61d8846",
"ConfigId": "b0b3d583-cf23-4eea-9362-ca743a676c7f"
}