# Manage owners for the shared client. **POST /api/v1/client/{client_uuid}/owners** ## 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 - **client_uuid** (string) ### Body: application/json (object) - **mode** (string) The mode that you want to apply when managing owners. Available options: attach, detach, sync. - **owners** (array[string]) An array containing the owners you want to manage. ## Responses ### 401 #### Body: application/json (object) - **message** (string) [Powered by Bump.sh](https://bump.sh)