From 2611a7ab27a871ba109380826f36851d15cfeb78 Mon Sep 17 00:00:00 2001 From: "promptless[bot]" <179508745+promptless[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 23:19:00 +0000 Subject: [PATCH] Document team metadata dashboard editing feature --- docs/content/docs/(guides)/apps/orgs-and-teams.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/content/docs/(guides)/apps/orgs-and-teams.mdx b/docs/content/docs/(guides)/apps/orgs-and-teams.mdx index 62722b0c8..6c233c952 100644 --- a/docs/content/docs/(guides)/apps/orgs-and-teams.mdx +++ b/docs/content/docs/(guides)/apps/orgs-and-teams.mdx @@ -135,6 +135,8 @@ await team.update({ console.log(team.clientMetadata.customField); // 'value' ``` +You can also edit team metadata directly in the Stack dashboard. Go to the Teams page and select a team to access the metadata editors. + ## List users in a team You can list all users in a team with the `listUsers` function or the `useUsers` hook on the `Team` object. Note that if you want to get the team profile, you need to get it with `user.teamProfile`.