Skip to main content

Create User

POST 

/users

Creates a new user in your Embedded account. The user record acts like a "container" to store all the integrations, workflows, and credentials for any given merchant. Returns a user identifier.

Request

Header Parameters

    Authorization stringrequired

    Default value: bearer YOUR_API_KEY

Body

    fullName string

    The name of the user you want to create. Typically a full name.

    username stringrequired

    The username to be associated with the user. Must be unique (this acts as an identifier to reference and lookup a given merchant on your platform. Typically this is an email).

Responses

200

Schema

    userId string
Loading...