List team members

Get a list of all team members in the authenticated user's agency. <Info>Scope required: `read: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

Response

List of team members
uuidstringformat: "uuid"
isAdminboolean
nicknamestring or null
emailstringformat: "email"
displayNamestring
creatorAccesslist of objects

Errors

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