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": "25c6c813-c295-4166-a20d-f1c636bfa0af",
"Office365Id": "c61f3890-a66b-4ee5-8c4f-821e57d402d5",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "511d650b-6ef2-47a9-856f-eec22a73e339",
"LastLogin": "2026-09-11T05:51:47.3114028+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"634551b7-6b02-41a6-9317-c04fd0cb23f9",
"4af9b95b-c48e-42b8-bdbc-83f15dd8961b"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"6e99c6fc-2da9-4d67-aec2-a96d9472391b",
"4b4976af-b3d3-4624-ab1e-92f3622da80b"
]
},
"Created": "2026-09-11T05:51:47.3114028+00:00",
"Modified": "2026-09-11T05:51:47.3114028+00:00",
"Author": "69983cfa-f7f1-41c0-b46b-e03a60adaef0",
"Editor": "d8368ba9-d9f2-47d1-902f-9c85b0f87545",
"SupportUser": true,
"Expiration": "2026-09-11T05:51:47.3114028+00:00",
"CostRate": [
{
"Id": "76aedf84-9776-414e-a9c7-9f802545ef3a",
"StartDate": "2026-09-11T05:51:47.3114028+00:00",
"EndDate": "2026-09-11T05:51:47.3114028+00:00",
"Cost": 4.0
},
{
"Id": "76aedf84-9776-414e-a9c7-9f802545ef3a",
"StartDate": "2026-09-11T05:51:47.3114028+00:00",
"EndDate": "2026-09-11T05:51:47.3114028+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "d3478304-79c1-419c-b9cf-a8dbcbd0f598",
"StartDate": "2026-09-11T05:51:47.3114028+00:00",
"EndDate": "2026-09-11T05:51:47.3114028+00:00",
"Rate": 4.0
},
{
"Id": "d3478304-79c1-419c-b9cf-a8dbcbd0f598",
"StartDate": "2026-09-11T05:51:47.3114028+00:00",
"EndDate": "2026-09-11T05:51:47.3114028+00:00",
"Rate": 4.0
}
],
"id": "952c82e8-999d-4ad6-9b84-4943c32bac61",
"ConfigId": "14824e1a-f212-4237-be69-bc541eb87591"
}