# Activate membership Activate a membership that is on hold Endpoint: POST /slapi/clients/activatemembership Version: 0.0.1 Security: BasicAuthCredentials ## Request fields (application/json): - `clientNumber` (string) Example: "0000000001" - `membershipId` (string) Example: "0000000001" ## Response 200 fields (applicaiton/json): - `message` (string) - `membershipId` (string) Example: "0000000001" ## Response 400 fields (applicatoin/json): - `error` (string) - `message` (string)