Contributor Object


A contributor represents a Wix user with edit or manage access to a site owned by a separate Wix account. Contributors can be assigned roles that determine their level of access to the site and its assets.

Properties
metaDataMetaData

Contributor's metadata, including account ID, name, email, and role assignments.


isTeamboolean

Whether the contributor account is a team account.


joinedAtstringformat date-time

Date that the contributor joined the site.


invitedEmailstring

Email address that received the invite.


isClientboolean

Whether the contributor account is a client account.


idstringRead-onlyformat GUID

Contributor's user ID.


callerCapabilitiesArray <string>maxItems 20maxLength 20

A set of capability keys representing the actions that the caller is allowed to perform on this specific contributor. This field is calculated based on the identity of the request sender and may differ between callers.

Did this help?