Creates a single TeamMember object.
POST
/v2/team-members
Creates a single TeamMember object.
The TeamMember object is returned on successful creates. You must provide the following values in your request to this endpoint:
given_namefamily_nameLearn about Troubleshooting the Team API.
A unique string that identifies this CreateTeamMember request. Keys can be any valid string, but must be unique for every request. For more information, see Idempotency.
The minimum length is 1 and the maximum length is 45.
Required The data used to create the TeamMember object. If you include wage_setting, you must provide job_id for each job assignment. To get job IDs, call ListJobs.