> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt # Resource: Contributors # Type: Contributor Object # Link: https://dev.wix.com/docs/api-reference/account-level/user-management/contributors/contributor-object.md ## Description: 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. ## Schema: ```json Type: Contributor Object | type: Contributor Description: 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. - name: metaData | type: PersonMetaData | description: Contributor's metadata, including account ID, name, email, and role assignments. - name: id | type: string | description: Contributor's account ID. - name: fullName | type: string | description: Contributor's full name. - name: value | type: string | description: - name: imageUrl | type: string | description: URL for contributor's profile image. - name: email | type: string | description: Contributor's email address. - name: assignments | type: Array | description: Contributor's role assignments, mapping their access to site assets and their assigned roles. - name: policy | type: AssignedPolicy | description: Role assigned to the user. - name: assignmentId | type: string | description: Unique ID for this specific assignment. - name: subject | type: Subject | description: Identity assigned to the asset in an assignment, referred to as subject. Supported subjects include user IDs, account IDs, and app IDs. - name: isTeam | type: boolean | description: Whether the contributor account is a team account. - name: value | type: boolean | description: - name: joinedAt | type: string | description: Date that the contributor joined the site. - name: seconds | type: string | description: - name: nanos | type: number | description: - name: invitedEmail | type: string | description: Email address that received the invite. - name: isClient | type: boolean | description: Whether the contributor account is a client account. - name: id | type: string | description: Contributor's user ID. - name: callerCapabilities | type: Array | description: 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. ```