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": "af454dd9-3d41-4ed2-ae92-78427b6cdcb8", "Office365Id": "af148748-86fb-4e1e-88e3-5b6310783677", "ProfilePicture": "sample string 3", "Generic": true, "Inactive": true, "CanLogin": true, "UserOnly": true, "name": "sample string 8", "GlobalPermissions": 0, "OnePlanSecurityGroup": "2027c626-34cc-4c8d-9bf2-b039f5c47856", "LastLogin": "2025-09-03T17:59:44.6494869+00:00", "Fields": { "sample string 1": {}, "sample string 3": {} }, "TimeZone": "sample string 11", "ExternalId": "sample string 12", "Delegates": [ "d70889b3-27af-4b9e-a5f0-97e6c11ec2d4", "5369d97b-5016-41c8-ab2a-0e433021b887" ], "Notifications": { "AllNotifications": true, "Notifications": [ "c83c8171-a1a9-40a1-919e-1bcd24f69f68", "ba0a9247-1812-4b9a-8b11-fb62f95c7b0e" ] }, "id": "d8a45626-6c95-4c27-8d1c-db3f407eb5b2", "ConfigId": "a27fdfe2-d6d6-4da2-afef-1abc6a868c88" }