Teams
Update Team Profile
Updates the profile, social links, and public visibility settings for a team.
PUT
Update Team Profile
Update Team Profile
Updates the profile information for a specific team, including display name, social media links, and public visibility. Only team administrators can call this endpoint; partial updates are supported.Authentication
Requires a valid customer bearer token. The customer must be a team administrator of the specified team.Path Parameters
number
required
Numeric identifier of the team. Returned as
Id in the Records array from GET /api/public/teams/my.Request Body
The request body should contain the team profile fields to update. Only include fields that are being modified — partial updates are supported.Basic Information
string
required
Display name of the team. Cannot be empty.
string
Full-length team description. May contain HTML. Omit to leave unchanged.
string
Short tagline shown in team cards and selectors.
boolean
When
true, the team profile is visible in the public member directory.string
Team website URL. Must be a valid URL format when provided.
string
Space-separated tags describing the team.
Social Media
All social media fields are optionalstring values. Must be valid URL format when provided (except Skype which accepts a username).
Response
Returns HTTP200 OK with an empty body on success.
Examples
Update team name and social links
TypeScript Integration
Usage in Portal
Error Responses
error
The customer is not authenticated or the session has expired.
error
The customer is not an administrator of the specified team.
error
Invalid request data — for example, missing required
Name field or invalid URL format in a social media field.error
Team with the specified ID does not exist.
Related Endpoints
Update Team Profile