Skip to main content

Get devices (group)

GET 

/:customer_id/groups/:group_id/users/:uid/devices

Get all devices associated to a user that belongs to a group

Request

Path Parameters

    customer_id Customer Idrequired

    Id of the tenant

    group_id Group Idrequired

    Id of the group

    uid uuidrequired

    Id of the user

Responses

Successful response

Schema
    devices object[]required
  • Array [
  • uid uuidrequired

    User id

    device_id uuidrequired

    Device id

    created_at date-timerequired

    Device creation date

    external_id External Idnullablerequired

    Optional external id assigned upon creation

  • ]
Loading...