Create Organization Branding Using POST
Create a new branding in organization.
Access Policy
Role | User Accounts | Service Accounts (Client Credentials Applications) |
---|---|---|
Organization Owner | ✔️ | ✔️ |
Organization ID
{
"organizationHeaderBranding": {
"backgroundColorDark": "string",
"backgroundColorLight": "string",
"logoDark": "string",
"logoLight": "string",
"name": "string",
"organizationId": "string",
"sameLogoAsLight": false,
"serviceHeaderDisplayName": "string",
"textColorDark": "string",
"textColorLight": "string"
}
}
Organization Header Branding
OK
"OrganizationBrandingDto Object"
Organization Header Branding
Invalid request body
"CspErrorResponse Object"
cspErrorCode
errorCode
message
moduleCode
requestId
statusCode
The user is not authorized to use the API
"CspErrorResponse Object"
cspErrorCode
errorCode
message
moduleCode
requestId
statusCode
The user is forbidden to use the API
"CspErrorResponse Object"
cspErrorCode
errorCode
message
moduleCode
requestId
statusCode
Organization not found
"CspErrorResponse Object"
cspErrorCode
errorCode
message
moduleCode
requestId
statusCode
The request could not be processed due to a conflict
"CspErrorResponse Object"
cspErrorCode
errorCode
message
moduleCode
requestId
statusCode
The user has sent too many requests
"CspErrorResponse Object"
cspErrorCode
errorCode
message
moduleCode
requestId
statusCode
An unexpected error has occurred while processing the request
"CspErrorResponse Object"
cspErrorCode
errorCode
message
moduleCode
requestId
statusCode
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/csp/gateway/branding/api/orgs/{orgId}