# Business signees ## Create a business signee - [POST /v1/businesses/{business_id}/signees](https://docs.solarisgroup.com/api-reference/onboarding/businesses/business-signees/paths/~1v1~1businesses~1%7Bbusiness_id%7D~1signees/post.md): Assigns a person to the given business as a signee. ## Index business signees - [GET /v1/businesses/{business_id}/signees](https://docs.solarisgroup.com/api-reference/onboarding/businesses/business-signees/paths/~1v1~1businesses~1%7Bbusiness_id%7D~1signees/get.md): Returns an array containing all signees for the given business. ## Delete business signee - [DELETE /v1/businesses/{business_id}/signees/{id}](https://docs.solarisgroup.com/api-reference/onboarding/businesses/business-signees/paths/~1v1~1businesses~1%7Bbusiness_id%7D~1signees~1%7Bid%7D/delete.md): Deletes the business signee specified in the request URL.