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": "af18862c-4957-4cc2-9e16-e20b6671eb78", "Office365Id": "6057c76e-187e-47f2-b28e-0f5a2b52e3ae", "ProfilePicture": "sample string 3", "Generic": true, "Inactive": true, "CanLogin": true, "UserOnly": true, "name": "sample string 8", "GlobalPermissions": 0, "OnePlanSecurityGroup": "36fafc52-2c71-48b6-9b55-7017609d0d4b", "LastLogin": "2024-12-18T20:01:40.514811+00:00", "Fields": { "sample string 1": {}, "sample string 3": {} }, "TimeZone": "sample string 11", "ExternalId": "sample string 12", "Delegates": [ "4d1b7684-c59e-4c7d-aab0-f4eb785e4a6d", "d1519eea-daa7-4671-8359-5215de2df654" ], "Notifications": { "AllNotifications": true, "Notifications": [ "cb316cca-4250-4d51-a979-8af6ed554f7a", "5c8ce28d-c1b4-4864-9e82-a3da7d53cd2f" ] }, "id": "18ec1b52-65f9-484d-a590-19290369aafa", "ConfigId": "fec53d31-c703-427f-a16d-cf8956aec02a" }