latestOpenAPI 3.1.02026-08-233001841.3 MB

0dcf3303e9d7

memberships

Bulk update memberships

Any field that can be updated on a membership individually can also be used to bulk update multiple memberships. Pass the comma-separated ids of the memberships to update into id__in in _params. For example:

{"_params": {"id__in": "memb_A,memb_B"}, "role_id": "role_y6eLquXvRUdmwqi61tsmgCJUU7uGfxaRbDuLoONZL9p"}
put/membership/

Request body

auto_record_calls'enabled' | 'disabled' | 'unset'
default_caller_idstring nullable

ID of the phone number to use as this member's default outbound caller ID.

hangup_recording_urlstring nullable

URL of the audio file used as this member's voicemail drop recording.

may_workflows_impersonateboolean

Whether Workflows may send emails on this member's behalf.

role_idstring

One of admin, superuser, user, or restricteduser for the corresponding predefined role, or the ID of a custom Role.

track_email_opensboolean

Whether email opens are tracked for emails this member sends.

Response

Successful response