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": "d800a4a5-e10b-4b41-921c-a08087246ee0",
"Office365Id": "77de0779-e755-48c4-a092-176aa5553480",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "986d3cbf-2a77-4a82-a32e-86666dcc9f07",
"LastLogin": "2026-07-18T12:07:33.288187+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"73a4533d-3439-46a3-9449-2462f1fd0d16",
"c12d8ca4-eb65-449c-af96-66a81e97fbd6"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"23a1c591-3d71-4e7b-a4c2-4f4a79b5eb79",
"0be74063-7c1a-4edb-bed6-ecaa6eefd56f"
]
},
"Created": "2026-07-18T12:07:33.288187+00:00",
"Modified": "2026-07-18T12:07:33.288187+00:00",
"Author": "e5d9d678-51ee-4fc5-b5af-1f581eb448a4",
"Editor": "e8a89fb5-a617-4fe2-b065-2f4f21cbca2f",
"SupportUser": true,
"Expiration": "2026-07-18T12:07:33.288187+00:00",
"CostRate": [
{
"Id": "05cf7016-cce1-406f-a4e8-1dbb5c50367e",
"StartDate": "2026-07-18T12:07:33.288187+00:00",
"EndDate": "2026-07-18T12:07:33.288187+00:00",
"Cost": 4.0
},
{
"Id": "05cf7016-cce1-406f-a4e8-1dbb5c50367e",
"StartDate": "2026-07-18T12:07:33.288187+00:00",
"EndDate": "2026-07-18T12:07:33.288187+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "5c632b55-d8c5-420b-8055-54346653d5aa",
"StartDate": "2026-07-18T12:07:33.288187+00:00",
"EndDate": "2026-07-18T12:07:33.288187+00:00",
"Rate": 4.0
},
{
"Id": "5c632b55-d8c5-420b-8055-54346653d5aa",
"StartDate": "2026-07-18T12:07:33.288187+00:00",
"EndDate": "2026-07-18T12:07:33.288187+00:00",
"Rate": 4.0
}
],
"id": "fc22c948-ec74-4724-84c7-56b8f0058dcf",
"ConfigId": "339ea847-657e-4286-bc84-6c2bac6d4f49"
}