forked from phoenix/litellm-mirror
feat(user_api_key_auth.py): allow team admin to add new members to team
This commit is contained in:
parent
16d09b1dd3
commit
fa6c9bf42e
5 changed files with 220 additions and 1 deletions
|
@ -417,6 +417,7 @@ async def team_member_add(
|
|||
|
||||
If user doesn't exist, new user row will also be added to User Table
|
||||
|
||||
Only proxy_admin or admin of team, allowed to access this endpoint.
|
||||
```
|
||||
|
||||
curl -X POST 'http://0.0.0.0:4000/team/member_add' \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue