AuthTeamMembers
Add Team member
Add an existing user to the Team by email address
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
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/v3/team/string/members" \ -H "Content-Type: application/json" \ -d '{ "email": "user@example.com" }'{ "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