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": "6bc331c9-2de0-4c8f-b1f5-b27945f566fa",
"Office365Id": "888a7363-7a24-49d6-9941-2a92615479f5",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "5afc4d72-4bf7-4429-8e96-dfa11d162ef5",
"LastLogin": "2026-09-02T04:43:23.23091+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"0ff4e150-8d59-4ac1-8846-2b429a1aacb6",
"d8ebd991-48aa-49f2-b2a1-c04a4987bb5f"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"1630e724-7ad2-4937-960f-a4f2ad76d034",
"6d50d1c8-f087-4c53-a517-52ef360ab927"
]
},
"Created": "2026-09-02T04:43:23.23091+00:00",
"Modified": "2026-09-02T04:43:23.23091+00:00",
"Author": "c1975fd8-ffba-4579-89ae-1beac71028d1",
"Editor": "fe6ab245-383c-43d8-8df3-4ba7da3ed980",
"SupportUser": true,
"Expiration": "2026-09-02T04:43:23.23091+00:00",
"CostRate": [
{
"Id": "6fa7426e-2335-49db-a106-1fee6ffcdc8d",
"StartDate": "2026-09-02T04:43:23.23091+00:00",
"EndDate": "2026-09-02T04:43:23.23091+00:00",
"Cost": 4.0
},
{
"Id": "6fa7426e-2335-49db-a106-1fee6ffcdc8d",
"StartDate": "2026-09-02T04:43:23.23091+00:00",
"EndDate": "2026-09-02T04:43:23.23091+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "b9322e2c-d2a4-44fd-b833-08a8056b3c33",
"StartDate": "2026-09-02T04:43:23.23091+00:00",
"EndDate": "2026-09-02T04:43:23.23091+00:00",
"Rate": 4.0
},
{
"Id": "b9322e2c-d2a4-44fd-b833-08a8056b3c33",
"StartDate": "2026-09-02T04:43:23.23091+00:00",
"EndDate": "2026-09-02T04:43:23.23091+00:00",
"Rate": 4.0
}
],
"id": "81473c35-bb46-4e1d-b9db-192413ee6a64",
"ConfigId": "f57659ba-8b6b-4b08-8288-7545b878b3a1"
}