# Show a shareholder **GET /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) ## Responses ### 200: #### Body Parameters: 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)