Get Registered User

Retrieves a Registered User by ID

Authentication

AuthorizationBearer

Token-based authentication with required prefix “Bearer”

Path parameters

registered_user_idstringRequiredformat: "uuid"
Agent Handler ID of the Registered User

Response

idstring
origin_user_idstring
Unique identifier for Registered User
shared_credential_groupobject
Object used to identify which the groupings a Registered User is part of and can share credentials across.
authenticated_connectorslist of strings
List of connector slugs that the user has authenticated with
origin_user_namestring or nullDefaults to Yash
The human readable name of Registered User
user_typestring or nullDefaults to HUMAN

ENUM of HUMAN or SYSTEM

is_testboolean or nullDefaults to false
Whether this is a test user or production user