AuthTeamMembers
Update Team member
Promote or demote a Team member
Authorization
Bearer AuthorizationBearer <token>
Bearer is only available for WebApp. Please use API tokens for programmatic access.
In: header
Path Parameters
team_id*Team Id
user_id*User Id
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X PATCH "https://example.com/v3/team/string/members/0" \ -H "Content-Type: application/json" \ -d '{ "is_admin": true }'{ "id": 0, "email": "string", "first_name": "string", "last_name": "string", "is_admin": true, "is_owner": true, "email_verified": true, "created": "2019-08-24T14:15:22Z", "avatar_url": "string"}How is this guide?
Last updated on