# Update a shareholder **PUT /api/v2/shareholder/{uuid}** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Headers - **X-PLANNR-ACCOUNT-UUID** (string) ### Path parameters - **uuid** (string) ### Body: application/json (object) - **business_uuid** (string) The UUID of the business this shareholder should associate with. Leave null to clear the association with the current business. - **full_name** (string) The updated name of the shareholder. - **role** (string) The updated role of the shareholder. - **appointed_at** (date) The updated appointed date of the shareholder. - **address** (array[string]) The updated address of the shareholder. - **percentage** (number) The updated percentage of the shareholder. - **shares_owned** (integer) The updated number of shares owned by the shareholder. - **voting_rights** (string) The updated voting rights of the shareholder. ## Responses ### 200 #### Body: application/json (object) - **uuid** (string) The UUID of the resource. - **created_at** (string) The timestamp of when the resource was created. - **updated_at** (string) The timestamp of when the resource was updated. - **full_name** (string) Full name of the shareholder - **role** (string) Role of the shareholder - **appointed_at** (string) Date the shareholder was appointed - **address** (object) Registered address of the shareholder - **percentage** (number) Percentage of shares owned by the shareholder - **shares_owned** (number) Number of shares owned by the shareholder - **voting_rights** (string) Voting rights of the shareholder - **firm** (object) Firm the shareholder is associated with - **account** (object) Business the shareholder is associated with [Powered by Bump.sh](https://bump.sh)