Add user to team
POST /api/v1/teams/{team_id}/users
POST
/api/v1/teams/{team_id}/users
Adds a user to a team.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” team_id
required
integer
Team ID
Request Body
Section titled “Request Body ”object
user_id
required
integer
Responses
Section titled “ Responses ”Successful
Unauthorized
object
message
required
string
Example
Record not foundForbidden
object
message
required
string
Example
Record not foundNot Found
object
message
required
string
Example
Record not foundUnprocessable Entity
object
message
required
string
Example
Failed to save errors
required
object
key
additional properties
Array<string>
Example
{ "errors": { "username": [ "Username is required.", "Username must be unique." ], "email": [ "Invalid email format." ] }}