Skip to main content
POST
Attach a contact group to a target
SystemUser accessible. Required policy actions:
  • ContactGroupService:attachContactGroup

Authorizations

Authorization
string
header
required

JWT bearer token obtained from POST /auth/system-login using your client credentials.

Path Parameters

id
string
required

Contact group id to attach.

Body

application/json
contactGroupFor
enum<string>
required

Target type.

Available options:
customer,
entity,
contract,
invoice
contactGroupForId
string
required

Id of the target record.

Response

Success

status
string
Example:

"success"

message
string
Example:

"Success"

data
object | null

Endpoint-specific payload (object, array, or null)