Get Device User Status

Overview

get_device_user_status checks whether a device-user identity exists for the current user and a given device provider — identity only, no credentials involved. Typically used before setting up a new device connection, to determine whether a device-user record already exists.

Required Parameters

connection_id (string)

  • The device provider's connection identifier — same value as slug from list_device_providers.

Returns

  • exists — whether a device-user identity exists for this person and provider.
  • device_user_id — the device-user id, if one exists (nullable).

Did this page help you?