Accept a team invitation.
POST/teams/memberships/:master_user_id
Accepts a pending invitation to join another Wheelhouse account's team. Does nothing (still returns success) if there is no matching pending invitation.
Request
Responses
- 200
- 401
- 403
- 409
- 429
Invitation accepted (or no matching pending invitation existed).
API key authorization failed.
Read-only API key cannot accept team invitations.
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.