Creates a member

Log in to see full request history
Path Params
number
required

Team ID

Body Params
api_request_metadata
object

API Request Metadata

string
required

Email

string

First Name

string

Last Name

string

Type of employee; one of Member (default), Contractor (Internal), Contractor (External), Guest

Responses
200

Success

Example Callback Response

response: {
  body:
  {
    employee:
    {
      email:"john-doe@gmail.com",
      last_name:"Doe"
      mosaic_id:1111,
      created_at:"2023-06-06T13:17:17.460-04:00",
      first_name:"John",
      updated_at:"2023-06-06T13:17:17.460-04:00",
      is_archived: false,
      mosaic_team_id: 12345,
      employment_type:"Member",
    }
  },
  status:200
}
401

Invalid Authentication Key and/or Team ID

Language
Credentials
Click Try It! to start a request and see the response here!