Update person
Updates an existing person (contact). Only the provided fields are changed. If email is updated, it must remain unique in the workspace – a 409 is returned otherwise.
Request Body
application/jsonOptionalemailstringEmail address. Must be unique in the workspace – a 409 is returned if another person already uses it.
Format:
"email"namestringFull name
tagsarray<string>Tags for categorization (replaces existing tags)
is_reporting_contactbooleanWhether this person is a reporting contact
Path Parameters
idRequiredstringContact ID
Pattern:
"^\\d+$"Credentials
Bearer
Person updated successfully