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": "42189fdb-e846-448d-9ebe-d350ac0b34c2",
"Office365Id": "aacf152c-075b-46c7-be69-4ef22e089ea6",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "6fc7ef73-d013-4877-b2b7-260fd31fbef5",
"LastLogin": "2026-09-08T06:10:54.8051138+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"d0814a15-e5f4-46f6-96af-f799863a07f7",
"e7eb427e-d950-42bc-94d4-01fc213b8264"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"c8039143-e7c7-4f71-b84a-6a86160ac11f",
"ce8944fd-a2e3-4c21-9692-bc62ef04c6d1"
]
},
"Created": "2026-09-08T06:10:54.8051138+00:00",
"Modified": "2026-09-08T06:10:54.8051138+00:00",
"Author": "d11cdaa4-5aaa-453a-8fb5-977461fc8931",
"Editor": "af9957b4-1963-4a20-a27f-50e606351193",
"SupportUser": true,
"Expiration": "2026-09-08T06:10:54.8051138+00:00",
"CostRate": [
{
"Id": "b4dc97c7-7f75-46ef-96dc-636f4923e51e",
"StartDate": "2026-09-08T06:10:54.8051138+00:00",
"EndDate": "2026-09-08T06:10:54.8051138+00:00",
"Cost": 4.0
},
{
"Id": "b4dc97c7-7f75-46ef-96dc-636f4923e51e",
"StartDate": "2026-09-08T06:10:54.8051138+00:00",
"EndDate": "2026-09-08T06:10:54.8051138+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "b2485e00-e023-4f46-a2ef-235ee19f77cb",
"StartDate": "2026-09-08T06:10:54.8051138+00:00",
"EndDate": "2026-09-08T06:10:54.8051138+00:00",
"Rate": 4.0
},
{
"Id": "b2485e00-e023-4f46-a2ef-235ee19f77cb",
"StartDate": "2026-09-08T06:10:54.8051138+00:00",
"EndDate": "2026-09-08T06:10:54.8051138+00:00",
"Rate": 4.0
}
],
"id": "1322f75f-41c8-4d50-a1aa-2fc43237b616",
"ConfigId": "fcad2491-ad75-461e-9cda-3f418ca230b2"
}