Match Targets

class Match_Targets(session_kwargs, client, return_type='raw')

Civis API /match_targets endpoint.

Methods

delete_shares_groups(id, group_id)

Revoke the permissions a group has on this object

delete_shares_users(id, user_id)

Revoke the permissions a user has on this object

get(id)

Show Match Target info

list()

List match targets

list_shares(id)

List users and groups permissioned on this object

patch(id, *[, name, target_file_name, archived])

Update a match target

post(name, *[, target_file_name, archived])

Create a new match target

put_archive(id, status)

Update the archive status of this object

put_shares_groups(id, group_ids, ...[, ...])

Set the permissions groups has on this object

put_shares_users(id, user_ids, ...[, ...])

Set the permissions users have on this object