Operations API
Teammates

Update Teammate

This API endpoint (POST) updates an existing teammate. If the request succeeds, it returns a Teammate Object Permissions: teammates.edit Webhook event: teammate.updated



Each account can add a limited amount of free teammate slots assigned to their account. Any extra teammates will incur an additional monthly cost.

Body Parameters

name string * The teammate's first name.



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.