Create band invitations and send invitation emails
POST /api/band/invitations
POST
/api/band/invitations
Owner / manager only.
Authorizations
Section titled “Authorizations ”Request Body
Section titled “Request Body ”object
emails
Any of:
string
Array<string>
emailAddresses
Any of:
string
Array<string>
role
string
Responses
Section titled “ Responses ”Created
object
ok
required
boolean
data
Invalid request
object
ok
required
boolean
error
required
string
code
string
Unauthenticated
object
ok
required
boolean
error
required
string
code
string
Forbidden / no permission
object
ok
required
boolean
error
required
string
code
string
Server error
object
ok
required
boolean
error
required
string
code
string