Skip to main content
POST
Link a person to a business

Authorizations

Authorization
string
header
required

API key (nlmca_live_…) or OAuth access token

Path Parameters

id
string
required

Person id

Body

application/json
business_id
string
required

Business to link the person to. Linking the same pair again updates role / ownership instead of failing.

role
enum<string>
default:owner

Role on the business.

Available options:
owner,
co-owner,
bookkeeper,
other
ownership_percent
number

Ownership percentage.

Required range: 0 <= x <= 100

Response

Created

data
object
required
meta
object
required