Create Registered User

Creates a Registered User with the given values

Authentication

AuthorizationBearer

Token-based authentication with required prefix “Bearer”

Request

This endpoint expects an object.
origin_user_idstringRequired
Unique identifier for Registered User
origin_user_namestringRequired
The human readable name of Registered User
shared_credential_groupobjectRequired
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