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": "4f7c2432-f108-40a1-8a44-b417c4d106d1",
"Office365Id": "d48cfc43-4db1-4ea9-b150-97744426d008",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "e360aa65-fb97-4ae3-9963-332a7046a306",
"LastLogin": "2026-08-24T04:04:41.4348265+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"7abe083e-79f8-406a-b987-c9cc8e777b2b",
"ed9ee688-cd5d-46a3-938d-c57ae1b90076"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"48d6eb95-7a94-4f04-a374-28309838dad8",
"455038b9-829f-4745-812c-54dfd9f6616e"
]
},
"Created": "2026-08-24T04:04:41.4348265+00:00",
"Modified": "2026-08-24T04:04:41.4348265+00:00",
"Author": "a608a81e-f78a-4eed-8863-b2b8caf47e93",
"Editor": "fd279b85-f310-4975-8a06-6fb7ea824cb7",
"SupportUser": true,
"Expiration": "2026-08-24T04:04:41.4348265+00:00",
"CostRate": [
{
"Id": "6017f582-bd90-449b-bf1f-92d23267c283",
"StartDate": "2026-08-24T04:04:41.4348265+00:00",
"EndDate": "2026-08-24T04:04:41.4348265+00:00",
"Cost": 4.0
},
{
"Id": "6017f582-bd90-449b-bf1f-92d23267c283",
"StartDate": "2026-08-24T04:04:41.4348265+00:00",
"EndDate": "2026-08-24T04:04:41.4348265+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "225dc35e-4d39-465f-9830-e469b630c081",
"StartDate": "2026-08-24T04:04:41.4348265+00:00",
"EndDate": "2026-08-24T04:04:41.4348265+00:00",
"Rate": 4.0
},
{
"Id": "225dc35e-4d39-465f-9830-e469b630c081",
"StartDate": "2026-08-24T04:04:41.4348265+00:00",
"EndDate": "2026-08-24T04:04:41.4348265+00:00",
"Rate": 4.0
}
],
"id": "f9a207c7-c253-473f-8292-d56622dacba0",
"ConfigId": "523117cf-8c94-4fba-a740-fc7155fd593c"
}