Operations API
Teammates
Create Teammate
This API endpoint (POST) creates a domain. If the request succeeds, it returns a Teammate Object.
Permissions: teammates.create
Webhook event: teammate.created
Each account can add a limited amount of free teammate slots assigned to their account. Any extra teammates will incur an additional monthly cost.
name string * The teammate's first name.
email string * The email of the teammate.
role string * The possible values are accountant, developer, marketer, guest, fulfilment, administrator and custom.
country string (Country Codes) * A two-letter country code (ISO 3166) representing the teammate's country.
permissions object Permissions Reference An object containing the permissions of the teammate. Required if the role is set to custom. Note that teammates cannot access other team members or their permissions.
last_name string The teammate's last name.