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-VersionstringRequiredDefaults to 2025-06-26
API version to use for the request

Request

This endpoint expects an object.
emailstringRequiredformat: "email"
Email address of the user to invite

Response

Team member invited successfully
successboolean
messagestring
inviteUuidstringformat: "uuid"

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
410
Gone Error