Skip to main content
PATCH
Update Consumer Profile communication permissions

Authorizations

Authorization
string
header
required

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

Path Parameters

consumer
integer
required

Consumer account ID.

Body

application/json
email_permission
boolean

Desired email communication permission. Only accepted when the account email matches the Consumer Profile email.

Example:

true

text_permission
boolean

Desired text communication permission. Only accepted when the account mobile matches the Consumer Profile mobile.

Example:

false

Response

Communication permissions updated and refreshed Consumer Profile detail returned.

message
string
required
Example:

"Communication permissions updated."

data
object
required
Last modified on July 20, 2026