Update Registered User

Updates fields on 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

Request

This endpoint expects an object.
origin_user_idstringOptional
Unique identifier for Registered User
origin_user_namestringOptional
The human readable name of Registered User
shared_credential_groupobjectOptional
Object used to identify which the groupings a Registered User is part of and can share credentials across.
user_typeenum or nullOptionalDefaults to HUMAN
ENUM of `HUMAN` or `SYSTEM` * `HUMAN` - HUMAN * `SYSTEM` - SYSTEM
Allowed values:

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