Add Rev Users Associations

Adds an association to a Rev user. This API is only available when the multi-association contact feature is enabled.

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
associationslist of objectsRequired

Associations of the Rev user to Rev orgs/accounts.

rev_user_idstringRequiredformat: "id"
ID of the Rev user to associate to.

Response

Response for adding associations to a Rev user.

Errors