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": "e9f798a8-3afc-49a8-ae1f-96b2ce267807",
"Office365Id": "4867b488-2d36-44ae-982a-33a9b3d7f4b6",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "1ebe3ab3-0f90-4bd2-9632-f24929429106",
"LastLogin": "2026-07-06T06:02:25.2152987+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"cabde882-99df-4921-90c6-89b7989ec58e",
"7f045854-711c-4e18-a678-5640c32bc8f3"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"e152dc9d-2690-48a9-b199-cdf9795b929b",
"94c165e8-6266-4fc5-8506-0ddd347113ce"
]
},
"Created": "2026-07-06T06:02:25.2152987+00:00",
"Modified": "2026-07-06T06:02:25.2152987+00:00",
"Author": "f2d41c5a-5908-4b5a-af31-22b8202a06c0",
"Editor": "ca67b26d-cbd9-40dc-88d7-69faf24c12c0",
"SupportUser": true,
"Expiration": "2026-07-06T06:02:25.2152987+00:00",
"CostRate": [
{
"Id": "ac22e7ab-34e3-4295-8c6b-587e54955f7d",
"StartDate": "2026-07-06T06:02:25.2152987+00:00",
"EndDate": "2026-07-06T06:02:25.2152987+00:00",
"Cost": 4.0
},
{
"Id": "ac22e7ab-34e3-4295-8c6b-587e54955f7d",
"StartDate": "2026-07-06T06:02:25.2152987+00:00",
"EndDate": "2026-07-06T06:02:25.2152987+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "f7fcbdc5-fcb0-49ac-a488-034212a1e020",
"StartDate": "2026-07-06T06:02:25.2152987+00:00",
"EndDate": "2026-07-06T06:02:25.2152987+00:00",
"Rate": 4.0
},
{
"Id": "f7fcbdc5-fcb0-49ac-a488-034212a1e020",
"StartDate": "2026-07-06T06:02:25.2152987+00:00",
"EndDate": "2026-07-06T06:02:25.2152987+00:00",
"Rate": 4.0
}
],
"id": "60f520c3-0ce1-46d6-8ad3-49763e023b9d",
"ConfigId": "624e3d6d-8018-4540-9297-eb237a8d3dc2"
}