Update Registered User
Updates fields on a Registered User by ID
Authentication
AuthorizationBearer
Token-based authentication with required prefix “Bearer”
Path parameters
registered_user_id
Agent Handler ID of the Registered User
Request
This endpoint expects an object.
origin_user_id
Unique identifier for Registered User
origin_user_name
The human readable name of Registered User
user_type
ENUM of `HUMAN` or `SYSTEM`
* `HUMAN` - HUMAN
* `SYSTEM` - SYSTEM
Allowed values:
Response
id
origin_user_id
Unique identifier for Registered User
authenticated_connectors
List of connector slugs that the user has authenticated with
origin_user_name
The human readable name of Registered User
user_type
ENUM of HUMAN or SYSTEM
is_test
Whether this is a test user or production user