Invite a team member
Invite a new team member to the authenticated user's agency by email.
The invited user must have an existing account, must not be a creator, and must not already be invited to this agency.
<Info>Scope required: `write:agency`</Info>
<Info>Requires: Agency admin access</Info>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Headers
X-Fanvue-API-Version
API version to use for the request
Request
This endpoint expects an object.
email
Email address of the user to invite
Response
Team member invited successfully
success
message
inviteUuid
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
410
Gone Error