[BETA]
Update team member budgets and team member role
admin
user
POST /team/member_update HTTP/1.1 Host: Ocp-Apim-Subscription-Key: YOUR_API_KEY Content-Type: application/json Accept: */* Content-Length: 93 { "user_id": "text", "user_email": "text", "team_id": "text", "max_budget_in_team": 1, "role": "admin" }
Successful Response
{ "user_id": "text", "user_email": "text", "team_id": "text", "max_budget_in_team": 1 }