List Accessible Devices for a User Identity

List accessible devices for a specified user identity

Returns a list of all device associated with a user identity.

/user_identities/list_accessible_devices

post

Returns a list of all devices associated with a specified user identity.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
user_identity_idstring Β· uuidRequired

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

Responses
200

OK

application/json
post
/user_identities/list_accessible_devices

Request

Specify the user identity for which you want to retrieve all associated devices by including the corresponding user_identity_id in the request body.

Request Body Parameters

Parameter
Type
Description

user_identity_id

String Required

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

Sample Request

Response

Returns an accessible_devices array, in which each returned device (device) contains the set of applicable device properties. For details, see Devices.

This response also includes a Boolean ok status indicator.

Sample Response

Last updated

Was this helpful?