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
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.


idstringRead-onlyformat GUID

Contributor's user ID.


invitedEmailstring

Email address that received the invite.


isClientboolean

Whether the contributor account is a client account.


isTeamboolean

Whether the contributor account is a team account.


joinedAtstringformat date-time

Date that the contributor joined the site.


metaDataPersonMetaData

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

Did this help?