Primary Owners
Create a primary owner
post/api/platform/v1/primary-owners
Request body
Example request
{
"businessId": "adbcccf9-3a7f-4040-add3-55c9d6da2d37",
"email": "user@gmail.com",
"firstName": "John",
"lastName": "Smith"
}Response
Primary owner already exists for this business with the same email. Returning existing primary owner.
Example response
{
"businessId": "adbcccf9-3a7f-4040-add3-55c9d6da2d37",
"email": "user@gmail.com",
"firstName": "John",
"lastName": "Smith"
}Changes
No recorded changes to this endpoint across all 2 revisions of this API.