# Create User for Organization Creates a new user under the specified organization. Endpoint: POST /organization/{orgId}/create/user Version: 1.0.0 Security: ApiKeyAuth ## Path parameters: - `orgId` (string, required) Path parameter: orgId ## Request fields (application/json): - `name` (string, required) Name of post /organization/{orgid}/create/user request. - `country_code` (string, required) Country code of post /organization/{orgid}/create/user request. Example: "+91" - `user_code` (integer, required) User code of post /organization/{orgid}/create/user request. - `mobile` (string, required) Mobile of post /organization/{orgid}/create/user request. Example: "6283974746" - `device_token` (string, required) Device token of post /organization/{orgid}/create/user request. - `imei` (string, required) Imei of post /organization/{orgid}/create/user request. - `email` (string, required) Email of post /organization/{orgid}/create/user request. Example: "admin@example.com" - `platform` (string, required) Platform of post /organization/{orgid}/create/user request. Example: "android" - `is_admin` (integer, required) Is admin of post /organization/{orgid}/create/user 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"