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": "5f46f7f2-0475-42a3-b751-ee551cafef03",
"Office365Id": "3e6f64d7-88fc-4fbe-9e16-fa0ce0d4f1ee",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "55cafe55-33e7-4a4b-ba0e-4b4045682db0",
"LastLogin": "2026-08-30T04:41:51.766137+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"9bc0ec55-14f1-4f72-a4fd-e686b6f9df9a",
"33f4ede2-5178-4ca7-b363-e8d970aac19e"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"8325dbd4-5dcc-4260-8d88-bde410bc8593",
"186529f8-ad1d-4458-b527-fa5fe444bc6e"
]
},
"Created": "2026-08-30T04:41:51.766137+00:00",
"Modified": "2026-08-30T04:41:51.766137+00:00",
"Author": "d8bdf76f-aabc-4664-9e59-1e4e04ac8b52",
"Editor": "a98987d8-22b9-439c-99b2-ffcdde2a5a64",
"SupportUser": true,
"Expiration": "2026-08-30T04:41:51.766137+00:00",
"CostRate": [
{
"Id": "7b24af56-a31d-4283-8443-f053665a4d59",
"StartDate": "2026-08-30T04:41:51.766137+00:00",
"EndDate": "2026-08-30T04:41:51.766137+00:00",
"Cost": 4.0
},
{
"Id": "7b24af56-a31d-4283-8443-f053665a4d59",
"StartDate": "2026-08-30T04:41:51.766137+00:00",
"EndDate": "2026-08-30T04:41:51.766137+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "d5aaa02a-930a-4931-826c-aeac93375530",
"StartDate": "2026-08-30T04:41:51.766137+00:00",
"EndDate": "2026-08-30T04:41:51.766137+00:00",
"Rate": 4.0
},
{
"Id": "d5aaa02a-930a-4931-826c-aeac93375530",
"StartDate": "2026-08-30T04:41:51.766137+00:00",
"EndDate": "2026-08-30T04:41:51.766137+00:00",
"Rate": 4.0
}
],
"id": "46a2af75-50fe-4ab0-8356-17feb080417c",
"ConfigId": "cbf42262-2faf-4884-8b90-a8008c3225d6"
}