Add members to a custom list
Add one or more users to a custom list. Existing members will be skipped.
<Info>Scope required: `write:chat`</Info>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
uuid
Custom list UUID
Headers
X-Fanvue-API-Version
API version to use for the request
Request
This endpoint expects an object.
userUuids
UUIDs of users to add to the list (max 100)
Response
Members added successfully
added
Number of members added to the list
skipped
Number of members skipped (already in list)