Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 647 Bytes

BulkCreateTeamMembersResponse.md

File metadata and controls

13 lines (8 loc) · 647 Bytes

SquareConnect.BulkCreateTeamMembersResponse

Description

Represents a response from a bulk create request, containing the created TeamMember objects or error messages.

Properties

Name Type Description Notes
team_members {String: CreateTeamMemberResponse} The successfully created `TeamMember` objects. Each key is the `idempotency_key` that maps to the `CreateTeamMemberRequest`. [optional]
errors [Error] The errors that occurred during the request. [optional]