# Make a User Admin of Organization Create a new Make Admin. in the Admin Panel Apis domain Endpoint: POST /make-admin Version: 1.0.0 Security: ApiKeyAuth ## Request fields (application/json): - `mobile_with_country_code` (string, required) Mobile with country code of post /make-admin request. Example: "+916283974746" - `organization_name` (string, required) Organization name of post /make-admin request. Example: "Bikram1" - `organization_code` (string, required) Organization code of post /make-admin request. Example: "1123" - `has_geo_fencing` (integer, required) Has geo fencing of post /make-admin request. Example: 1 - `number_geo_fencing` (integer, required) Number geo fencing of post /make-admin request. ## Response 200 fields (application/json): - `status` (string, required) Outcome of the request. Always success for 2xx responses. Enum: "success" - `message` (string, required) Short description of the successful operation outcome. Example: "Operation completed successfully" ## Response 400 fields (application/json): - `status` (string, required) Outcome of the request. Always error for 4xx/5xx responses. Enum: "error" - `message` (string, required) Detailed explanation of the error to help clients fix the request.. Example: "Bad request - missing or invalid data" ## Response 401 fields (application/json): - `status` (string, required) Outcome of the request. Always error for 4xx/5xx responses. Enum: "error" - `message` (string, required) Detailed explanation of the error to help clients fix the request.. Example: "Bad request - missing or invalid data"