TeamProfile

This is a detailed reference for the TeamProfile and ServerTeamProfile objects.

On this page:

TeamProfile

The TeamProfile object represents the profile of a user within the context of a team. It includes the user's profile information specific to the team and can be accessed through the teamUser.teamProfile property on a TeamUser object.

Table of Contents


The display name of the user within the team context as a string or null if no display name is set.

Type Definition
declare const displayName: string | null;

The profile image URL of the user within the team context as a string, or null if no profile image is set.

Type Definition
declare const profileImageUrl: string | null;

ServerTeamProfile

The ServerTeamProfile object is currently the same as TeamProfile.

Table of Contents


Stack Auth AI

Documentation assistant

Experimental: AI responses may not always be accurate—please verify important details.

For the most accurate information, please join our Discord or email us.

How can I help?

Ask me about Stack Auth while you browse the docs.