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
ResourceName | 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. |
|
id | globally unique identifier |
None. |
|
ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{ "userid": "0d05b52a-2a45-4c63-b1bd-f7c3b660bfe2", "Office365Id": "b892e4ad-9a7a-4038-88ea-b3545e4fd6d2", "ProfilePicture": "sample string 3", "Generic": true, "Inactive": true, "CanLogin": true, "UserOnly": true, "name": "sample string 8", "GlobalPermissions": 0, "OnePlanSecurityGroup": "17806eed-06fd-4591-9a29-a8115274ff6f", "LastLogin": "2025-07-16T12:12:34.7268449+00:00", "Fields": { "sample string 1": {}, "sample string 3": {} }, "TimeZone": "sample string 11", "ExternalId": "sample string 12", "Delegates": [ "76753ef7-118a-4255-b410-af2a907e1583", "9e212f53-1bd4-4789-99ef-a802c2d5c127" ], "Notifications": { "AllNotifications": true, "Notifications": [ "04597585-1b1e-424d-a436-4c0b869a97ec", "8c6d1df0-91e8-43d6-9221-b0127e1e6f56" ] }, "id": "5b87f1cc-556b-4d08-9d33-dd669a1fc6e3", "ConfigId": "0861e388-b56c-493c-b7f0-7153dde3b2b2" }