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": "409a23f4-6a18-467b-9704-27c5c4bfd291",
"Office365Id": "bf45c438-fd1a-490e-a5fe-afefac2549fe",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "bb84be73-807c-467a-8794-655086a1ae20",
"LastLogin": "2026-08-11T19:46:50.7819885+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"0228167d-b12e-425d-b396-a7a829134d2a",
"c1ba8887-a43c-4221-8117-5dcd774f79e7"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"3977c4bc-c5ce-4fe0-b60e-8cf001a09728",
"533d2786-0028-4443-af94-a52941b52678"
]
},
"Created": "2026-08-11T19:46:50.7819885+00:00",
"Modified": "2026-08-11T19:46:50.7819885+00:00",
"Author": "6159128f-35dc-4387-818a-7c95081c4d4c",
"Editor": "7591eaea-3e9f-437e-855d-e2fcf9e642ea",
"SupportUser": true,
"Expiration": "2026-08-11T19:46:50.7819885+00:00",
"CostRate": [
{
"Id": "d8f3f4a1-f93c-4400-ace3-c965bf430949",
"StartDate": "2026-08-11T19:46:50.7819885+00:00",
"EndDate": "2026-08-11T19:46:50.7819885+00:00",
"Cost": 4.0
},
{
"Id": "d8f3f4a1-f93c-4400-ace3-c965bf430949",
"StartDate": "2026-08-11T19:46:50.7819885+00:00",
"EndDate": "2026-08-11T19:46:50.7819885+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "9f512d60-a835-45ec-883d-085efaa6dc05",
"StartDate": "2026-08-11T19:46:50.7819885+00:00",
"EndDate": "2026-08-11T19:46:50.7819885+00:00",
"Rate": 4.0
},
{
"Id": "9f512d60-a835-45ec-883d-085efaa6dc05",
"StartDate": "2026-08-11T19:46:50.7819885+00:00",
"EndDate": "2026-08-11T19:46:50.7819885+00:00",
"Rate": 4.0
}
],
"id": "d8bea85f-2ed3-4ab2-b522-cf48170c4964",
"ConfigId": "560adaa8-7242-4355-b7c0-396898e68367"
}