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": "fd600e35-13da-49ac-a222-eb4375b50941",
"Office365Id": "fef55998-f1e1-4892-8073-d05c61e3357d",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "7a8f20ef-67fd-47b3-af0d-7989c1d8d830",
"LastLogin": "2026-06-27T08:11:05.0392325+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"8cfebe1e-3e3e-4b4c-a115-3bf6027c762b",
"26d22fe0-de84-4024-8cee-9098a3f9bc18"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"e6d21be5-6a1c-4716-9bd7-0d285c2b7d8c",
"4625b9c5-b5d3-429d-a748-e3435bb37890"
]
},
"Created": "2026-06-27T08:11:05.0392325+00:00",
"Modified": "2026-06-27T08:11:05.0392325+00:00",
"Author": "e8644b28-ab91-470b-bc00-283e366865b5",
"Editor": "c4d0ddcf-79a8-4864-b399-5fc0b6f5e4e8",
"SupportUser": true,
"Expiration": "2026-06-27T08:11:05.0392325+00:00",
"CostRate": [
{
"Id": "aa566631-48aa-4a1d-a759-57b1c9fb753d",
"StartDate": "2026-06-27T08:11:05.0392325+00:00",
"EndDate": "2026-06-27T08:11:05.0392325+00:00",
"Cost": 4.0
},
{
"Id": "aa566631-48aa-4a1d-a759-57b1c9fb753d",
"StartDate": "2026-06-27T08:11:05.0392325+00:00",
"EndDate": "2026-06-27T08:11:05.0392325+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "37c89d2d-1e10-4b04-8311-2fce38c729cf",
"StartDate": "2026-06-27T08:11:05.0392325+00:00",
"EndDate": "2026-06-27T08:11:05.0392325+00:00",
"Rate": 4.0
},
{
"Id": "37c89d2d-1e10-4b04-8311-2fce38c729cf",
"StartDate": "2026-06-27T08:11:05.0392325+00:00",
"EndDate": "2026-06-27T08:11:05.0392325+00:00",
"Rate": 4.0
}
],
"id": "adc538b8-6c34-4f23-b37e-727ef1ab5241",
"ConfigId": "816e1dd9-7cb6-4c54-84eb-e9ccaf50e45f"
}