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": "427ba0a4-8102-466f-84eb-fb694dedf21d", "Office365Id": "ecc9a99d-e506-4d1c-9458-f9c6aba5df92", "ProfilePicture": "sample string 3", "Generic": true, "Inactive": true, "CanLogin": true, "UserOnly": true, "name": "sample string 8", "GlobalPermissions": 0, "OnePlanSecurityGroup": "baecca8a-63ec-4359-984c-28e18d316e88", "LastLogin": "2025-07-02T02:11:29.0875466+00:00", "Fields": { "sample string 1": {}, "sample string 3": {} }, "TimeZone": "sample string 11", "ExternalId": "sample string 12", "Delegates": [ "291fd9af-eeff-4955-b6c0-6ff58039c54e", "9990d5f3-0f64-4b49-8a85-7437f9db3afa" ], "Notifications": { "AllNotifications": true, "Notifications": [ "42967fdf-a0db-4bd3-8aaa-d1e836297c95", "3d56751a-876b-42e0-bb5d-db8a802ab89a" ] }, "id": "a023467c-a0f4-4077-94c0-0054b3b4b8a3", "ConfigId": "db1a3eee-f64e-4d28-b7de-cca968d0a960" }