Update team member
Update a team member's properties such as admin status or nickname.
<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.
Path parameters
userId
Team member user UUID
Headers
X-Fanvue-API-Version
API version to use for the request
Request
This endpoint expects an object.
creatorUuids
Array of creator UUIDs that this team member should have access to
nickname
Nickname for the team member
Response
Team member updated successfully
uuid
isAdmin
nickname
email
displayName
creatorAccess
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
410
Gone Error