Skip to main content
POST
Add Company Member By Email

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

company_id
integer
required

Body

application/json

Schema for adding a member to a company. Either user_id or email must be provided.

email
string<email>
required

Response

Successful Response

The schema for a company membership.

id
integer
required
user_id
integer
required
company_id
integer
required
date_added
string<date-time>
required