Skip to main content
PATCH
Update team member
Send only the fields you want to change. The same digital business card link updates automatically. A member’s login email cannot be changed through this endpoint.
Sending contactDetails replaces the member’s complete list of contact details. Include every detail you want to keep, or send an empty array to remove them all.

Authorizations

Authorization
string
header
required

API key created under Settings → API keys.

Path Parameters

memberId
string<uuid>
required

Team member ID.

Example:

"45fa16aa-2546-49b3-9d1e-7b7e1c9fb1e7"

Body

application/json

Fields to change on an existing team member.

firstName
string
Example:

"Mina"

lastName
string
Example:

"Park"

jobTitle
string | null
Example:

"VP Partnerships"

department
string | null
Example:

"Commercial"

avatarUrl
string<uri> | null
Example:

"https://example.com/mina.jpg"

contactDetails
(Phone or website · object | Email · object | Social media · object | Address · object)[]

Complete replacement list. Include every contact detail you want to keep.

A contact method shown on the member's digital business card.

Response

Updated team member

data
object
required

A member of the Tapify Teams workspace.