Create Branding Theme Assignment
Set active theme for an organization
Request
URI
POST
https://{api_host}/cloudapi/1.0.0/brandingThemes/{brandingThemeId}/assignments
COPY
Path Parameters
string
brandingThemeId
Required
theme URN
Query Parameters
boolean
force
Optional
Constraints:
default: false
Indicates whether current organization assignments can be overwritten
Request Body
EntityReference
of type(s)
application/json
Optional
{
"name": "string",
"id": "string"
}
Responses
201
Created
Returns
BrandingThemeAssignment
of type(s)
application/json;version=39.1
"BrandingThemeAssignment Object"
string
brandingThemeId
Optional
A unique identifier for the branding theme.
object
organizationReference
Optional
Entity reference used to describe VCD entities
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/cloudapi/1.0.0/brandingThemes/{brandingThemeId}/assignments
Availability
Added in 39.0
On This Page
Branding Theme Operations
GET
Get Branding Themes
POST
Create Branding Theme
GET
Get Branding Theme
PUT
Update Branding Theme
DELETE
Delete Branding Theme
GET
Get Theme Zip
PUT
Upload Branding Resource
GET
Get Active Logo Theme Resource
GET
Get Active Background Theme Resource
GET
Get Active Fav Icon Theme Resource
GET
Get Active Custom Links Theme Resource
GET
Get Active CSS Theme Resource
GET
Get Active Portal Name Theme Resource
GET
Get Active Idp Meta
GET
Get Active Idp Icon
GET
Get Branding Themes Assignments
GET
Get Branding Theme Assignments
POST
Create Branding Theme Assignment
PUT
Create Branding Theme Assignments
DELETE
Delete Branding Theme Assignment
POST
Convert Old Themes