Invite a team member.
POST/teams/members/invite
Invites a user by email to join the authenticated user's team. If the invitee does not yet have a Wheelhouse account, a pending one is created for them.
Request
Responses
- 201
- 400
- 401
- 403
- 409
- 429
The newly created (pending) team membership.
Request body is invalid (e.g. email is missing).
API key authorization failed.
Read-only API key cannot invite team members.
A concurrent request for this team is already in progress. Retry after it completes.
Rate limit exceeded — the API key has sent too many requests. Wait before retrying. See the Rate Limits section in the overview for the recommended exponential backoff strategy.