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

Latest commit

 

History

History
14 lines (9 loc) · 709 Bytes

SearchTeamMembersResponse.md

File metadata and controls

14 lines (9 loc) · 709 Bytes

SquareConnect.SearchTeamMembersResponse

Description

Represents a response from a search request, containing a filtered list of TeamMember objects.

Properties

Name Type Description Notes
team_members [TeamMember] The filtered list of `TeamMember` objects. [optional]
cursor String The opaque cursor for fetching the next page. Read about pagination with Square APIs for more information. [optional]
errors [Error] The errors that occurred during the request. [optional]