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": "f479ef78-07ec-43c7-8622-20406535eb61",
"Office365Id": "2b1890fb-0e8c-4317-b3c7-3337edd6126a",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "de1fea2a-b932-43c6-a664-b3c3de4b9129",
"LastLogin": "2026-07-15T10:11:14.6987663+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"a5366427-ebf8-49d2-b6ce-ca59dc079dbd",
"5e442b4e-65b8-4224-b67c-e8dbe50cb757"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"f741e6b8-31db-41b5-b191-c3f5ac0fe361",
"d77113dd-ce10-44ab-8e82-9bce753f101c"
]
},
"Created": "2026-07-15T10:11:14.6987663+00:00",
"Modified": "2026-07-15T10:11:14.6987663+00:00",
"Author": "f6e36149-1237-4988-9091-08494e83caba",
"Editor": "48959171-b9fd-4f94-ad03-1e3845993da0",
"SupportUser": true,
"Expiration": "2026-07-15T10:11:14.6987663+00:00",
"CostRate": [
{
"Id": "d35efb65-550b-48bc-8e24-542730fac499",
"StartDate": "2026-07-15T10:11:14.6987663+00:00",
"EndDate": "2026-07-15T10:11:14.6987663+00:00",
"Cost": 4.0
},
{
"Id": "d35efb65-550b-48bc-8e24-542730fac499",
"StartDate": "2026-07-15T10:11:14.6987663+00:00",
"EndDate": "2026-07-15T10:11:14.6987663+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "a1f1048f-c8fc-4414-911c-c4eb63b70222",
"StartDate": "2026-07-15T10:11:14.6987663+00:00",
"EndDate": "2026-07-15T10:11:14.6987663+00:00",
"Rate": 4.0
},
{
"Id": "a1f1048f-c8fc-4414-911c-c4eb63b70222",
"StartDate": "2026-07-15T10:11:14.6987663+00:00",
"EndDate": "2026-07-15T10:11:14.6987663+00:00",
"Rate": 4.0
}
],
"id": "259eefc9-9ea6-4fcf-be0a-e1f522c34e81",
"ConfigId": "f2cf0141-5245-41e0-8cc2-599b78b87002"
}