<- Object

Object

TeamMember

A record representing an individual team member for a business.

Link to section

Properties

Link to section

id

string

Read only The unique ID for the team member.

Link to section

reference_id

string

A second ID used to associate the team member with an entity in another system.

Link to section

is_owner

boolean

Read only Whether the team member is the owner of the Square account.

Link to section

status

string

Describes the status of the team member.

Link to section

given_name

string

The given name (that is, the first name) associated with the team member.

Link to section

family_name

string

The family name (that is, the last name) associated with the team member.

Link to section

email_address

string

The email address associated with the team member.

Link to section

phone_number

string

The team member's phone number, in E.164 format. For example: +14155552671 - the country code is 1 for US +551155256325 - the country code is 55 for BR

Link to section

created_at

string

Read only The timestamp, in RFC 3339 format, describing when the team member was created. For example, "2018-10-04T04:00:00-07:00" or "2019-02-05T12:00:00Z".

Examples for January 25th, 2020 6:25:34pm Pacific Standard Time:

UTC: 2020-01-26T02:25:34Z

Pacific Standard Time with UTC offset: 2020-01-25T18:25:34-08:00

Link to section

updated_at

string

Read only The timestamp, in RFC 3339 format, describing when the team member was last updated. For example, "2018-10-04T04:00:00-07:00" or "2019-02-05T12:00:00Z".

Examples for January 25th, 2020 6:25:34pm Pacific Standard Time:

UTC: 2020-01-26T02:25:34Z

Pacific Standard Time with UTC offset: 2020-01-25T18:25:34-08:00

Link to section

assigned_locations

Describes the team member's assigned locations.