mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
Document team metadata dashboard editing feature
This commit is contained in:
parent
e621510c62
commit
2611a7ab27
@ -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`.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user