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": "33160426-9202-40e8-b1e8-f372ee049887",
"Office365Id": "9acd0df8-28fa-48b7-a53f-23d916ab7480",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "284d96ea-ad7e-4e38-b641-514ff6eacee1",
"LastLogin": "2026-06-30T09:14:49.3810716+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"6fda38f8-38ff-41e5-8ec9-8d59b9acc48d",
"c050c030-3000-4210-8f2a-868760d2336b"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"82a622cb-cd33-4f15-ae96-7ef27f89cea4",
"a86fc51a-db69-418a-a827-b82f6778ae3a"
]
},
"Created": "2026-06-30T09:14:49.3810716+00:00",
"Modified": "2026-06-30T09:14:49.3810716+00:00",
"Author": "7ce22285-e141-47f9-bfea-d8c421b45af3",
"Editor": "ac3c8723-bfe9-406b-a2e6-5bd35584d0e6",
"SupportUser": true,
"Expiration": "2026-06-30T09:14:49.3810716+00:00",
"CostRate": [
{
"Id": "86535105-d24e-41c8-9952-6a01b65103bc",
"StartDate": "2026-06-30T09:14:49.3810716+00:00",
"EndDate": "2026-06-30T09:14:49.3810716+00:00",
"Cost": 4.0
},
{
"Id": "86535105-d24e-41c8-9952-6a01b65103bc",
"StartDate": "2026-06-30T09:14:49.3810716+00:00",
"EndDate": "2026-06-30T09:14:49.3810716+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "771060c0-08f9-4eb8-b063-1619ef20cc57",
"StartDate": "2026-06-30T09:14:49.3810716+00:00",
"EndDate": "2026-06-30T09:14:49.3810716+00:00",
"Rate": 4.0
},
{
"Id": "771060c0-08f9-4eb8-b063-1619ef20cc57",
"StartDate": "2026-06-30T09:14:49.3810716+00:00",
"EndDate": "2026-06-30T09:14:49.3810716+00:00",
"Rate": 4.0
}
],
"id": "9a4efbba-720e-4161-8580-e3c90016b8e5",
"ConfigId": "a2646f6d-ba80-4204-84f6-036faa8c500a"
}