patch
Update team
Updates mutable team profile fields (name, emoji, URL, email). Send only the fields you want to change; omitted fields are left unchanged except `name`, which is required on every request.
Required API key scope
account:update
/api/v1/teamCode samples
curl --request PATCH \
--url https://api.emailguard.co/api/v1/team \
--header 'Authorization: Bearer YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{}'Parameters
Request body
Team profile fields to update
emailstring
Contact email address for the team workspace.
emojistring
Single grapheme emoji shown as the team avatar in the product UI.
namestringrequired
Human-readable team name.
urlstring
Public website URL for the team.