/**
 * @example
 *     {
 *         external_id: "cdd29344-5e0c-4ef0-ac56-f9ba2979bc27"
 *     }
 */
export interface ShowContactByExternalIdRequest {
    /** The external ID of the user that you want to retrieve */
    external_id: string;
}
