Add a Team member

Add a Team member to a given Team

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

team_idstringRequiredformat: "uuid"

Request

Team member to create or update
emailstringOptional
roleenumOptionalDefaults to member
Allowed values:
user_idstringOptionalformat: "uuid"

Response

Team member success response
rolestring or null
user_idstring or null

Errors