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. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"userid": "ea9544b7-17e2-4e8a-b120-5c1b3f6a1d15",
"Office365Id": "c7499a17-3492-4a31-b59b-f7ec908b5138",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "e746b54c-60eb-4e7e-b728-566969063666",
"LastLogin": "2025-11-06T20:49:38.7091557+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"e8d320b1-0d27-4a94-84d4-3c2837a3bdfb",
"98e59641-5e64-4f16-877d-00b78c4c1a39"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"3c601e70-4162-4e31-a7ab-903274b61aa0",
"79287ff4-6257-45b9-9e83-7d5e8405f0c9"
]
},
"Created": "2025-11-06T20:49:38.7091557+00:00",
"Modified": "2025-11-06T20:49:38.7091557+00:00",
"Author": "d34a2ca4-338b-4e9d-a585-29a33c2a1cb7",
"Editor": "b904619a-038f-4742-8f58-d311677599ac",
"id": "6d1e46e9-74d5-4c72-8efb-c7cb4a32eb5d",
"ConfigId": "a9fa27fc-885f-4a23-9c5b-c324f8fda8ce"
}