Skip to main content
PATCH
Update portal personalization

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

primary_color
string
required
Pattern: ^#(?:[0-9a-fA-F]{3}){1,2}$
Example:

"#112233"

secondary_color
string
Pattern: ^#(?:[0-9a-fA-F]{3}){1,2}$
Example:

"#445566"

image
file

Optional profile image upload. Allowed file types are jpeg, jpg, png, and gif. Maximum size is 5 MB.

Response

Portal personalization settings updated.

message
string
required
Example:

"Personalized portal settings updated successfully."

data
object
required
Last modified on July 19, 2026