Document team metadata dashboard editing feature

This commit is contained in:
promptless[bot] 2026-02-11 23:19:00 +00:00 committed by GitHub
parent e621510c62
commit 2611a7ab27
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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`.