# Adds a member to a specific team. Adds a member to a specific team. Endpoint: POST /teams/{id}/members Version: v1 Security: Organisation ## Path parameters: - `publicId` (string, required) Id of the team. ## Request fields (application/json): - `organisationUserId` (string) Id of the organisation User to add as a member. Example: "ou_123abcder" ## Response 200 fields (application/json): - `added` (boolean) Example: true