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": "ca80aa45-1e24-4958-92a3-1a1bb69b989f",
"Office365Id": "8a8c46bf-4831-45a5-9b33-01e9ed85122e",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "f8a15af6-d923-4f13-a7e4-0bd1f5dfd28c",
"LastLogin": "2026-08-17T16:09:25.7855973+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"d6df3d30-5d59-4f1c-985b-f353a19849ea",
"f6055ac1-68e5-4efc-a2a1-208600b9ef07"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"afb17466-44fe-465f-8ecf-f69a466daa26",
"314519a7-9097-4826-b90c-66deb4337ed1"
]
},
"Created": "2026-08-17T16:09:25.7855973+00:00",
"Modified": "2026-08-17T16:09:25.7855973+00:00",
"Author": "dded7beb-250c-4a57-9951-29f4572d9be6",
"Editor": "9587bbd3-9a0d-4299-9237-3cdc6a9b9eeb",
"SupportUser": true,
"Expiration": "2026-08-17T16:09:25.7855973+00:00",
"CostRate": [
{
"Id": "bca7d30d-7d54-45f2-a3a9-74a530a4c00d",
"StartDate": "2026-08-17T16:09:25.7855973+00:00",
"EndDate": "2026-08-17T16:09:25.7855973+00:00",
"Cost": 4.0
},
{
"Id": "bca7d30d-7d54-45f2-a3a9-74a530a4c00d",
"StartDate": "2026-08-17T16:09:25.7855973+00:00",
"EndDate": "2026-08-17T16:09:25.7855973+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "53b7331a-3e26-44a6-816e-6da8def42b0d",
"StartDate": "2026-08-17T16:09:25.7855973+00:00",
"EndDate": "2026-08-17T16:09:25.7855973+00:00",
"Rate": 4.0
},
{
"Id": "53b7331a-3e26-44a6-816e-6da8def42b0d",
"StartDate": "2026-08-17T16:09:25.7855973+00:00",
"EndDate": "2026-08-17T16:09:25.7855973+00:00",
"Rate": 4.0
}
],
"id": "59e96f52-5347-433e-baa2-cf53071645c8",
"ConfigId": "f7a78868-c879-4eaa-ae41-6a30b49bf31e"
}