githubEdit

List Accessible Devices for a User Identity

Returns a list of all devices associated with a specified user identityarrow-up-right.

POST /user_identities/list_accessible_devices โ‡’ { devices: [device, โ€ฆ] }
chevron-rightAuthentication Methodshashtag
  • API key

  • Personal access token Must also include the seam-workspace header in the request.

To learn more, see Authenticationarrow-up-right.

Request Parameters

user_identity_id String (Required)

ID of the user identity for which you want to retrieve all accessible devices.


Response

Array of devices

{
  JSON representation of device
}

Examples

List accessible devices for a user identity

Specify the desired user_identity_id.

Code

Output

Last updated

Was this helpful?