> 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: Badges V4 # Type: Badge Object # Link: https://dev.wix.com/docs/api-reference/crm/members-contacts/members/activity/badges-v4/badge-object.md ## Description: A badge is a visible label displayed on a site member's profile. Site owners can create badges to categorize members and optionally grant them special permissions to access specific pages. Badges are managed separately from their assignment to members. To assign badges to members, use the [Badge Assignments](https://dev.wix.com/docs/api-reference/crm/members-contacts/members/activity/badge-assignments/introduction.md) API. For more information, see [Creating and Managing Member Badges](https://support.wix.com/en/article/site-members-creating-and-managing-member-badges). ## Schema: ```json Type: Badge Object | type: Badge Description: A badge is a visible label displayed on a site member's profile. Site owners can create badges to categorize members and optionally grant them special permissions to access specific pages. Badges are managed separately from their assignment to members. To assign badges to members, use the [Badge Assignments](https://dev.wix.com/docs/api-reference/crm/members-contacts/members/activity/badge-assignments/introduction.md) API. For more information, see [Creating and Managing Member Badges](https://support.wix.com/en/article/site-members-creating-and-managing-member-badges). - name: id | type: string | description: Badge ID. - name: value | type: string | description: - name: revision | type: string | description: Revision number, which increments by 1 each time the badge is updated. To prevent conflicting changes, the current revision must be passed when updating the badge. - name: value | type: string | description: - name: title | type: string | description: Badge title displayed on the member's profile. - name: description | type: string | description: Badge description explaining its purpose or criteria for earning it. - name: backgroundColor | type: string | description: Badge background color in hexadecimal RGB format. - name: textColor | type: string | description: Badge text color in hexadecimal RGB format. - name: icon | type: Image | description: Badge icon image. Any image format is accepted with automatic conversion and resizing handled by the system. SVG format is recommended as it is resolution independent and looks great at any scale. - name: id | type: string | description: [WixMedia](https://support.wix.com/en/article/wix-media-about-the-media-manager) image ID. If you pass the ID, you don't need to pass `url`. - name: url | type: string | description: Image URL. Could be any image from the internet. - name: height | type: number | description: Original image height. - name: width | type: number | description: Original image width. - name: altText | type: string | description: Image alt text. - name: filename | type: string | description: Image filename. Only applicable when passing `id`. - name: permissionsEnabled | type: boolean | description: Whether the badge grants special permissions to access specific members-only pages. When `true`, members with this badge receive special permissions. Site owners can configure these permissions in the site dashboard. For more information, see [Creating and Managing Member Badges](https://support.wix.com/en/article/site-members-creating-and-managing-member-badges). - name: value | type: boolean | description: - name: slug | type: string | description: URL-friendly slug for the badge, automatically generated from the title. Generated by converting the title to lowercase, replacing spaces with hyphens, and removing special characters. - name: createdDate | type: string | description: Date and time the badge was created. - name: seconds | type: string | description: - name: nanos | type: number | description: - name: updatedDate | type: string | description: Date and time the badge was last updated. ```