# Beneficial Owners ## Create a beneficial owner for a business - [POST /v1/businesses/{business_id}/beneficial_owners](https://docs.solarisgroup.com/api-reference/onboarding/businesses/beneficial-owners/paths/~1v1~1businesses~1%7Bbusiness_id%7D~1beneficial_owners/post.md): Links the person with the specified in the request body to the business specified in the request URL as a beneficial owner. Please note that the person must have valid values in each of the following attributes: salutation first_name last_name birth_date ## List all beneficial owners for a business - [GET /v1/businesses/{business_id}/beneficial_owners](https://docs.solarisgroup.com/api-reference/onboarding/businesses/beneficial-owners/paths/~1v1~1businesses~1%7Bbusiness_id%7D~1beneficial_owners/get.md): Returns an array containing all beneficial owners associated with a business. ## Get a beneficial owner of a business - [GET /v1/businesses/{business_id}/beneficial_owners/{id}](https://docs.solarisgroup.com/api-reference/onboarding/businesses/beneficial-owners/paths/~1v1~1businesses~1%7Bbusiness_id%7D~1beneficial_owners~1%7Bid%7D/get.md): Returns a specific beneficial owner associated with a business as specified in the request URL. ## Update a beneficial owner of a business - [PATCH /v1/businesses/{business_id}/beneficial_owners/{id}](https://docs.solarisgroup.com/api-reference/onboarding/businesses/beneficial-owners/paths/~1v1~1businesses~1%7Bbusiness_id%7D~1beneficial_owners~1%7Bid%7D/patch.md): Updates one or more properties on the beneficial owner specified in the request URL.