Add members to a team

Add the given members to the given team

Path parameters
name
string required

Team name

Example SuperAdmin
Body required
application/json

The members to add

Array [

string

]

Responses
  • 204 Members added
  • 401 Authentication error
  • 403 Forbidden action
  • 404 Team not found
  • 500 Unexpected internal server error