Skip to main content
POST
Create Team Member
V2 Preview — This endpoint is part of the V2 API preview. Breaking changes may occur.

Overview

Create a new team member for the vendor account. The team member receives login credentials and can be assigned specific API permissions.

Use Cases

  • Invite warehouse staff with fulfillment-only permissions
  • Add a bookkeeper with read-only access to orders and payouts
  • Onboard new team members with scoped access

Request Body

string
required
Email address for the team member. Must be a valid email format.
string
required
Initial password. Minimum 6 characters, maximum 100 characters.
object
Profile information.
string
First name. Maximum 100 characters.
string
Last name. Maximum 100 characters.
string
Phone number. Maximum 50 characters.
string[]
Array of permission strings to grant the team member.

Response

200

Example

More Examples

Create team member with limited permissions