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": "20d91b44-16f6-4fc3-8a12-395d754e9ef1", "Office365Id": "9bbe9025-e609-4667-8203-40bbdceabac3", "ProfilePicture": "sample string 3", "Generic": true, "Inactive": true, "CanLogin": true, "UserOnly": true, "name": "sample string 8", "GlobalPermissions": 0, "OnePlanSecurityGroup": "e44104f1-4309-462a-a8cc-ea71611707d4", "LastLogin": "2025-05-23T20:10:10.525999+00:00", "Fields": { "sample string 1": {}, "sample string 3": {} }, "TimeZone": "sample string 11", "ExternalId": "sample string 12", "Delegates": [ "755e078f-2059-40c8-b374-6c5f336dec25", "1dd693d0-be61-490c-b220-edae05e73ecd" ], "Notifications": { "AllNotifications": true, "Notifications": [ "17667ac8-3783-42ed-b268-a9dc4327e99b", "683b66ee-e7aa-4e60-b2a9-17f4da61df28" ] }, "id": "6e204d34-f38d-4fd6-b83f-1193acbfbb7a", "ConfigId": "0df9ac0b-da98-4deb-abc7-8f62fd34813b" }