# Add or remove members from a business unit **POST /api/v1/business-units/{business_unit_uuid}/members/{action}** Bulk add or remove account members from a business unit. When adding, accounts already assigned to a different business unit are reassigned to this one. ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Path parameters - **business_unit_uuid** (string) - **action** (string) The action to perform. Allowed: add, remove. - **business_unit** (string) The UUID of the business unit. ### Body: application/json (object) - **accounts** (array[string(uuid)]) UUIDs of accounts to add to or remove from the business unit. ## Responses ### 200 #### Body: application/json (object) - **successful** (array[string]) - **failed** (array) [Powered by Bump.sh](https://bump.sh)