Skip to main content
POST
Add Company Member

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.

user_id
integer
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