GroupBrands
The GroupBrands resource provides methods that allow you to manage brands in a group.
View Specific Information
In order to make a successful request on this view, you have to specify GroupId.
For example:
SELECT * FROM GroupBrands WHERE GroupId = 6160665
Columns
| Name | Type | References | Description |
| GroupId | Integer |
Groups.GroupId | The DocuSign group ID for the group. |
| BrandId [KEY] | String |
AccountBrands.BrandId | Id of the brand. |
| InternalId | String | Internal Id of the brand. | |
| BrandName | String | Name of the brand. | |
| BrandCompany | String | The name of the company associated with this brand. | |
| BrandLanguages | String | An array of two-letter codes for the languages that you want to use with the brand | |
| Colors | String | An array of name-value pairs specifying the colors that the brand uses. | |
| DefaultBrandLanguage | String | The two-letter code for the language that you want to use as the brand default. | |
| ErrorDetails | String | This object describes errors that occur. It is only valid for responses and ignored in requests. | |
| IsOrganizationBrand | String | IsOrganizationBrand | |
| IsOrganizationBrandLogo | String | IsOrganizationBrandLogo | |
| IsOverridingCompanyName | String | When true, the brandCompany property is overriding the name of the company in the account settings. | |
| IsSendingDefault | String | When true, the sending brand is the default brand for sending new envelopes | |
| IsSigningDefault | String | When true, the siging brand is the default brand for the signing experience. | |
| LandingPages | String | An array of name/value pairs specifying the pages to which the user is redirected after the following events occur: Signing Completed, Viewed Exit, Finish Later, Decline, Session Timeout, Authentication Failure.If you do not specify landing pages, the Docusign default pages are used. | |
| Links | String | An array of brandLink objects that contain information about the links that the brand uses. | |
| Logos | String | The URIs for retrieving the logos that are associated with the brand. |