[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-14 UTC."],[[["\u003cp\u003eA Brand represents a business, organization, or group represented by an agent.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ename\u003c/code\u003e field is a unique, platform-defined identifier, while \u003ccode\u003edisplayName\u003c/code\u003e is the required display name, capped at 100 characters.\u003c/p\u003e\n"],["\u003cp\u003eThe system allows for creating, deleting, getting, listing, and patching brands through specific methods.\u003c/p\u003e\n"],["\u003cp\u003eThe methods allow for the full lifecycle management of a brand, from creation to deletion and modification.\u003c/p\u003e\n"]]],[],null,["# REST Resource: brands\n\nResource: Brand\n---------------\n\nA brand (business, organization, or group) that is represented by an agent.\n\n| JSON representation |\n|---------------------------------------------------|\n| ``` { \"name\": string, \"displayName\": string } ``` |\n\n| Fields ||\n|---------------|------------------------------------------------------------------------------------|\n| `name` | `string` Output only. The unique identifier of the brand. Defined by the platform. |\n| `displayName` | `string` Required. The display name of the brand. Maximum 100 characters. |\n\n| Methods ------- ||\n|-----------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------|\n| ### [create](/business-communications/rcs-business-messaging/reference/business-communications/rest/v1/brands/create) | Creates a new brand. |\n| ### [delete](/business-communications/rcs-business-messaging/reference/business-communications/rest/v1/brands/delete) | Deletes a brand. |\n| ### [get](/business-communications/rcs-business-messaging/reference/business-communications/rest/v1/brands/get) | Gets information about a brand. |\n| ### [list](/business-communications/rcs-business-messaging/reference/business-communications/rest/v1/brands/list) | Lists all the brands accessible to the user making the request. |\n| ### [patch](/business-communications/rcs-business-messaging/reference/business-communications/rest/v1/brands/patch) | Updates information about a brand. |"]]