# Check Organization Assignment Verify if a user is assigned to any organization and retrieve assignment details. Endpoint: POST /user/check-org-assignment Version: 1.0.0 Security: ApiKeyAuth ## Request fields (application/json): - `country_code` (string, required) Country code in E.164 format. Example: "+91" - `mobile` (string, required) Mobile number without country code. Example: "9530654704" ## Response 200 fields (application/json): - `status` (string, required) Example: "success" - `message` (string, required) Example: "Check org assignment result" - `assigned` (boolean, required) Example: true - `organization_code` (string) Example: "Ivalt" - `assigned_date` (string) Example: "2024-01-15" ## Response 400 fields (application/json): - `status` (string, required) Indicates failure. Always error in this schema. Example: "error" - `message` (string, required) Detailed explanation of the error to help clients fix the request. Example: "Invalid request parameters"